diff --git a/src/Appwrite/Migration/Version/V15.php b/src/Appwrite/Migration/Version/V15.php index 70daa7a656..27cd32bcf0 100644 --- a/src/Appwrite/Migration/Version/V15.php +++ b/src/Appwrite/Migration/Version/V15.php @@ -761,6 +761,14 @@ class V15 extends Migration $this->projectDB->deleteAttribute('functions', 'vars'); $this->createAttributeFromCollection($this->projectDB, 'functions', 'vars'); } + try { + /** + * Create 'scheduleUpdatedAt' attribute + */ + $this->createAttributeFromCollection($this->projectDB, $id, 'scheduleUpdatedAt'); + } catch (\Throwable $th) { + Console::warning("'scheduleUpdatedAt' from {$id}: {$th->getMessage()}"); + } try { /** * Create 'enabled' attribute