mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-07-21 11:14:24 +02:00
7 lines
243 B
Python
7 lines
243 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": "manual", "update_back": false, "update_front": false}')""")
|
|
|
|
|