This commit is contained in:
adator
2024-10-02 23:38:42 +02:00
parent 12c7e5e832
commit f5ff9259e8
2 changed files with 2 additions and 2 deletions

View File

@@ -591,7 +591,7 @@ class Base:
)
'''
table_core_channel = '''CREATE TABLE IF NOT EXISTS core_channel (
table_core_channel = f'''CREATE TABLE IF NOT EXISTS {self.Config.table_channel} (
id INTEGER PRIMARY KEY AUTOINCREMENT,
datetime TEXT,
module_name TEXT,

View File

@@ -1,3 +1,3 @@
{
"version": "5.3.5"
"version": "5.3.6"
}