mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
remove $backup
This commit is contained in:
parent
abde5393df
commit
0e33fb2b64
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ class Migration extends Event
|
||||||
protected string $type = '';
|
protected string $type = '';
|
||||||
protected ?Document $migration = null;
|
protected ?Document $migration = null;
|
||||||
protected ?Document $archive = null;
|
protected ?Document $archive = null;
|
||||||
protected ?Document $backup = null;
|
|
||||||
|
|
||||||
public function __construct(protected Connection $connection)
|
public function __construct(protected Connection $connection)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue