mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-07-25 09:44:29 +00:00
Update
This commit is contained in:
@@ -97,7 +97,7 @@ def delete_userx(**kwargs):
|
||||
con.execute(sql, parameters)
|
||||
|
||||
|
||||
######################################## СОЗДАНИЕ БАЗЫ ДАННЫХ ######################################
|
||||
############################## СОЗДАНИЕ БАЗЫ ДАННЫХ ############################
|
||||
# Создание всех таблиц для Базы Данных
|
||||
def create_dbx():
|
||||
with sqlite3.connect(PATH_DATABASE) as con:
|
||||
|
||||
Reference in New Issue
Block a user