mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-06-25 14:48:36 +02:00
6 lines
182 B
Python
6 lines
182 B
Python
|
# 024_sysconfig_update.py
|
||
|
|
||
|
def migrate(migrator, database, fake=False, **kwargs):
|
||
|
|
||
|
migrator.sql("""INSERT INTO public.sysconfig( key, value) VALUES ( 'update_mode', 'auto')""")
|