Separate migration 44 with 45

This commit is contained in:
slawkens
2025-05-14 10:52:06 +02:00
parent 83a6f4b61d
commit ae5be41e11
5 changed files with 38 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
SET @myaac_database_version = 44;
SET @myaac_database_version = 45;
CREATE TABLE `myaac_account_actions`
(

View File

@@ -79,6 +79,10 @@ $up();
require_once SYSTEM . 'migrations/31.php';
$up();
// rules page
require_once SYSTEM . 'migrations/45.php';
$up();
if(ModelsFAQ::count() == 0) {
ModelsFAQ::create([
'question' => 'What is this?',