mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge remote-tracking branch 'origin/cl-1.6.0-16-update-deno' into 1.6.x
# Conflicts: # app/config/function-templates.php # composer.lock
This commit is contained in:
@@ -18,7 +18,7 @@ class Migration extends Model
|
||||
])
|
||||
->addRule('$createdAt', [
|
||||
'type' => self::TYPE_DATETIME,
|
||||
'description' => 'Variable creation date in ISO 8601 format.',
|
||||
'description' => 'Migration creation date in ISO 8601 format.',
|
||||
'default' => '',
|
||||
'example' => self::TYPE_DATETIME_EXAMPLE,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user