keep in same

This commit is contained in:
Chirag Aggarwal
2025-10-28 15:10:51 +05:30
parent 0bfbae4cdd
commit ca861119f9
-1
View File
@@ -135,7 +135,6 @@ 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()}");
}