mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Change $conditions to TYPE_DATETIME
This commit is contained in:
parent
ba40ac4e90
commit
fcc4ed396a
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class AttributeDatetime extends Attribute
|
|||
}
|
||||
|
||||
public array $conditions = [
|
||||
'type' => self::TYPE_STRING,
|
||||
'type' => self::TYPE_DATETIME,
|
||||
'format' => \APP_DATABASE_ATTRIBUTE_DATETIME
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue