mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
add to both dbs
This commit is contained in:
@@ -135,6 +135,7 @@ class V23 extends Migration
|
||||
case 'buckets':
|
||||
try {
|
||||
$this->createAttributeFromCollection($this->dbForProject, $id, 'transformations');
|
||||
$this->createAttributeFromCollection($this->dbForPlatform, $id, 'transformations');
|
||||
} catch (Throwable $th) {
|
||||
Console::warning("'transformations' from {$id}: {$th->getMessage()}");
|
||||
}
|
||||
@@ -144,16 +145,6 @@ class V23 extends Migration
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
try {
|
||||
$this->createAttributeFromCollection(
|
||||
$this->dbForPlatform,
|
||||
'buckets',
|
||||
'transformations',
|
||||
);
|
||||
} catch (Throwable $th) {
|
||||
Console::warning("(platform) 'transformations' from 'buckets': {$th->getMessage()}");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user