mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
add migrations document
This commit is contained in:
parent
d39060e0a8
commit
f1bff1b62c
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ class Migrations extends Action
|
|||
protected Database $dbForProject;
|
||||
protected Database $dbForConsole;
|
||||
protected Document $project;
|
||||
protected Document $migration;
|
||||
|
||||
public static function getName(): string
|
||||
{
|
||||
|
|
@ -81,6 +82,7 @@ class Migrations extends Action
|
|||
$this->dbForProject = $dbForProject;
|
||||
$this->dbForConsole = $dbForConsole;
|
||||
$this->project = $project;
|
||||
$this->migration = $migration;
|
||||
|
||||
/**
|
||||
* Handle Event execution.
|
||||
|
|
|
|||
Loading…
Reference in a new issue