update version, install scripts

This commit is contained in:
crispycat 2024-09-30 00:34:30 -04:00
parent 308201b234
commit 3ad89c3646
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,4 @@
<?php
$this->runScript(PACKAGE, "copy_files");
$this->runScript(PACKAGE, "update_database");
?>

View File

@ -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");
?>

View File

@ -1 +1 @@
0.27.0a
0.27.1a