Skip to content

Commit

Permalink
fix: fixed db order
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxgh committed May 25, 2024
1 parent 94cc2fd commit 572b6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/db_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 572b6b4

Please sign in to comment.