mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Remove DB attribute
This commit is contained in:
parent
018b7c38bd
commit
6b0586eaf6
1 changed files with 0 additions and 12 deletions
|
|
@ -3268,18 +3268,6 @@ $consoleCollections = array_merge([
|
||||||
'array' => false,
|
'array' => false,
|
||||||
'filters' => [],
|
'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'),
|
'$id' => ID::custom('logo'),
|
||||||
'type' => Database::VAR_STRING,
|
'type' => Database::VAR_STRING,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue