diff --git a/app/config/collections.php b/app/config/collections.php index ed5e94eb65..db229ce87a 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -3268,18 +3268,6 @@ $consoleCollections = array_merge([ 'array' => false, 'filters' => [], ], - [ - // To be removed once all project are using shared tables - '$id' => ID::custom('shareTables'), - 'type' => Database::VAR_BOOLEAN, - 'format' => '', - 'size' => 0, - 'signed' => true, - 'required' => true, - 'default' => null, - 'array' => false, - 'filters' => [], - ], [ '$id' => ID::custom('logo'), 'type' => Database::VAR_STRING,