1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Remove migration

This commit is contained in:
fogelito 2024-06-19 11:46:32 +03:00
parent ec71fb22de
commit 2d1299bb46

View file

@ -34,7 +34,7 @@ class Migrations extends Action
protected Database $dbForProject;
protected Database $dbForConsole;
protected Document $project;
protected Document $migration;
//protected Document $migration;
public static function getName(): string
{
@ -82,7 +82,7 @@ class Migrations extends Action
$this->dbForProject = $dbForProject;
$this->dbForConsole = $dbForConsole;
$this->project = $project;
$this->migration = $migration;
//$this->migration = $migration;
/**
* Handle Event execution.