fix install scripts
This commit is contained in:
parent
f1a4156e71
commit
308201b234
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
$this->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]);
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user