You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Teapot.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
time_start=time.perf_counter()
65
65
database=teapot.managers.database.__init__()
66
66
db=teapot.managers.database.db(database)
67
-
db.execute('ALTER DATABASE teapot CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci')
67
+
db.execute('ALTER DATABASE `'+teapot.config.db_schema() +'` CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci')
68
68
db.execute(
69
69
'CREATE TABLE IF NOT EXISTS `guilds` (`guild_id` BIGINT, `guild_name` TINYTEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci')
0 commit comments