mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Separate migration 44 with 45
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SET @myaac_database_version = 44;
|
||||
SET @myaac_database_version = 45;
|
||||
|
||||
CREATE TABLE `myaac_account_actions`
|
||||
(
|
||||
|
@@ -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?',
|
||||
|
Reference in New Issue
Block a user