mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
updated database response model rules
This commit is contained in:
parent
272256438d
commit
0fddbd5caa
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@ class Database extends Model
|
|||
->addRule('type', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Database type.',
|
||||
'default' => 'mysql',
|
||||
'example' => 'mysql',
|
||||
'default' => 'sql',
|
||||
'example' => 'sql',
|
||||
])
|
||||
;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue