update version, install scripts
This commit is contained in:
parent
308201b234
commit
3ad89c3646
4
_crispage/scripts/update_0.27.0a.php
Normal file
4
_crispage/scripts/update_0.27.0a.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$this->runScript(PACKAGE, "copy_files");
|
||||
$this->runScript(PACKAGE, "update_database");
|
||||
?>
|
@ -14,5 +14,6 @@
|
||||
|
||||
$this->app->database->update("system", ["version" => VERSION_NEW]);
|
||||
|
||||
$this->runScript(PACKAGE, "database_0.27");
|
||||
if (!str_starts_with(VERSION, "0.27"))
|
||||
$this->runScript(PACKAGE, "database_0.27");
|
||||
?>
|
||||
|
@ -1 +1 @@
|
||||
0.27.0a
|
||||
0.27.1a
|
Loading…
Reference in New Issue
Block a user