Remove DB attribute

This commit is contained in:
Jake Barnby 2023-12-08 18:06:53 +01:00
parent 018b7c38bd
commit 6b0586eaf6
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -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,