mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
update: enums.
This commit is contained in:
@@ -45,7 +45,7 @@ class Database extends Model
|
||||
'description' => 'Database type.',
|
||||
'default' => 'legacy',
|
||||
'example' => 'legacy',
|
||||
'enum' => ['legacy', 'tablesdb'],
|
||||
'enum' => ['legacy', 'tablesdb', 'documentsdb'],
|
||||
])
|
||||
->addRule('database', [
|
||||
'type' => self::TYPE_STRING,
|
||||
|
||||
Reference in New Issue
Block a user