Browse Source

Изменён номер версии БД #11

order_cat
Alexei 1 year ago
parent
commit
74c7d03776
  1. 2
      bot_modules/bd_version.py

2
bot_modules/bd_version.py

@ -47,5 +47,5 @@ class ModuleBDVersion(mod_table_operate.TableOperateModule):
def GetInitBDCommands(self):
return super(). GetInitBDCommands() + [
f"INSERT OR IGNORE INTO {table_name} ({base_version_number_field}, {sub_version_number_field}) VALUES ('{1}', '{0}');"
f"INSERT OR IGNORE INTO {table_name} ({base_version_number_field}, {sub_version_number_field}) VALUES ('{1}', '{1}');"
]

Loading…
Cancel
Save