From 6b0586eaf60129d1bb5ef481caf4e26a39f08cc9 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 8 Dec 2023 18:06:53 +0100 Subject: [PATCH] Remove DB attribute --- app/config/collections.php | 12 ------------ 1 file changed, 12 deletions(-) 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,