Fix migrations upgrade and downgrade

+ Add option to disable auto migrate
This commit is contained in:
slawkens
2024-11-08 10:20:44 +01:00
parent 8aff9f36fb
commit c24c93ad79
7 changed files with 22 additions and 7 deletions

View File

@@ -392,6 +392,13 @@ return [
'default' => false,
'is_config' => true,
],
'database_auto_migrate' => [
'name' => 'Database Auto Migrate',
'desc' => 'Migrate database to latest version in myaac, automatically.',
'type' => 'boolean',
'default' => true,
'is_config' => true,
],
[
'type' => 'category',
'title' => 'Mailing',