add to both dbs

This commit is contained in:
Chirag Aggarwal
2025-10-28 15:05:14 +05:30
parent 4aaaa460b2
commit 1546add5d5
+10
View File
@@ -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()}");
}