diff --git a/_crispage/scripts/database_0.27.php b/_crispage/scripts/database_0.27.php index 2bf2a1f..a888006 100644 --- a/_crispage/scripts/database_0.27.php +++ b/_crispage/scripts/database_0.27.php @@ -1,4 +1,4 @@ app->database->addColumn("assets", "state" $this->app->database::TYPE_INT, false); + $this->app->database->addColumn("assets", "state", $this->app->database::TYPE_INT, false); $this->app->database->update("assets", ["state" => \Crispage\Framework\Asset::STATE_PERMANENT]); ?>