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:
@@ -143,6 +143,16 @@ class V23 extends Migration
|
||||
'buckets',
|
||||
'transformations',
|
||||
);
|
||||
} catch (Throwable $th) {
|
||||
Console::warning("(platform) 'transformations' from 'buckets': {$th->getMessage()}");
|
||||
}
|
||||
|
||||
try {
|
||||
$this->createAttributeFromCollection(
|
||||
$this->dbForProject,
|
||||
'buckets',
|
||||
'transformations',
|
||||
);
|
||||
} catch (Throwable $th) {
|
||||
Console::warning("'transformations' from 'buckets': {$th->getMessage()}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user