mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
fix: migration for abuse time column
This commit is contained in:
parent
700d7bc6aa
commit
fab87c7f00
1 changed files with 1 additions and 0 deletions
|
|
@ -491,6 +491,7 @@ class V15 extends Migration
|
|||
$this->createPermissionsColumn($id);
|
||||
$this->migrateDateTimeAttribute($id, '_createdAt');
|
||||
$this->migrateDateTimeAttribute($id, '_updatedAt');
|
||||
$this->migrateDateTimeAttribute($id, 'time');
|
||||
break;
|
||||
|
||||
case 'attributes':
|
||||
|
|
|
|||
Loading…
Reference in a new issue