mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-06-20 19:45:40 +02:00
set default update mode to auto
This commit is contained in:
parent
8a1a32727d
commit
ac29454221
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
def migrate(migrator, database, fake=False, **kwargs):
|
||||
|
||||
migrator.sql("""INSERT INTO public.sysconfig( key, value) VALUES ( 'update_mode', '{"mode": "manual", "update_back": false, "update_front": false}')""")
|
||||
migrator.sql("""INSERT INTO public.sysconfig( key, value) VALUES ( 'update_mode', '{"mode": "auto", "update_back": false, "update_front": false}')""")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue