mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-06-24 14:18:40 +02:00
7 lines
241 B
Python
7 lines
241 B
Python
# 024_sysconfig_update.py
|
|
|
|
def migrate(migrator, database, fake=False, **kwargs):
|
|
|
|
migrator.sql("""INSERT INTO public.sysconfig( key, value) VALUES ( 'update_mode', '{"mode": "auto", "update_back": false, "update_front": false}')""")
|
|
|
|
|