From 572b6b4633a0f0d498528f055475bcefeeee5222 Mon Sep 17 00:00:00 2001 From: Amxgh <86120332+Amxgh@users.noreply.github.com> Date: Sat, 25 May 2024 16:59:49 +0400 Subject: [PATCH] fix: fixed db order --- src/utils/db_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/db_utils.py b/src/utils/db_utils.py index 02ed7f1..c15cb96 100644 --- a/src/utils/db_utils.py +++ b/src/utils/db_utils.py @@ -15,8 +15,8 @@ async def connect_db(): # DNKL table: await bot.db.execute("""CREATE TABLE IF NOT EXISTS dnkl ( - uuid text PRIMARY KEY NOT NULL, message_id integer NOT NULL, + uuid text NOT NULL, username text NOT NULL)""") # Giveaways table