mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove migration
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user