From 18c25aa03a045517293855e7dfc1d2deaf9bdd33 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 9 Oct 2024 22:25:55 +1300 Subject: [PATCH 1/2] Move new attributes --- app/config/collections.php | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/app/config/collections.php b/app/config/collections.php index cba3100922..69750e9427 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -4160,28 +4160,6 @@ $projectCollections = array_merge([ 'array' => true, 'filters' => [], ], - [ - '$id' => ID::custom('resourceId'), - 'type' => Database::VAR_STRING, - 'format' => '', - 'size' => Database::LENGTH_KEY, - 'signed' => true, - 'required' => false, - 'default' => null, - 'array' => false, - 'filters' => [], - ], - [ - '$id' => ID::custom('resourceType'), - 'type' => Database::VAR_STRING, - 'format' => '', - 'size' => Database::LENGTH_KEY, - 'signed' => true, - 'required' => false, - 'default' => null, - 'array' => false, - 'filters' => [], - ], [ '$id' => ID::custom('statusCounters'), 'type' => Database::VAR_STRING, From 473f97fe92640b1c160e3e23fe3a9d2c253bcae7 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 9 Oct 2024 22:55:50 +1300 Subject: [PATCH 2/2] Update migration --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index bba2391d2c..aa489de579 100644 --- a/composer.lock +++ b/composer.lock @@ -2175,16 +2175,16 @@ }, { "name": "utopia-php/migration", - "version": "0.6.5", + "version": "0.6.6", "source": { "type": "git", "url": "https://github.com/utopia-php/migration.git", - "reference": "7b2d40d526b82e9b92a17ea681b8103222e3c86a" + "reference": "667997c7ca6c445001d56f70205b6cf13c6b7343" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/migration/zipball/7b2d40d526b82e9b92a17ea681b8103222e3c86a", - "reference": "7b2d40d526b82e9b92a17ea681b8103222e3c86a", + "url": "https://api.github.com/repos/utopia-php/migration/zipball/667997c7ca6c445001d56f70205b6cf13c6b7343", + "reference": "667997c7ca6c445001d56f70205b6cf13c6b7343", "shasum": "" }, "require": { @@ -2225,9 +2225,9 @@ ], "support": { "issues": "https://github.com/utopia-php/migration/issues", - "source": "https://github.com/utopia-php/migration/tree/0.6.5" + "source": "https://github.com/utopia-php/migration/tree/0.6.6" }, - "time": "2024-10-07T08:54:05+00:00" + "time": "2024-10-09T09:51:43+00:00" }, { "name": "utopia-php/mongo",