modified: bot.py
This commit is contained in:
2
bot.py
2
bot.py
@@ -66,7 +66,7 @@ def create_giveaway_table():
|
|||||||
uuid CHAR(36) NOT NULL UNIQUE,
|
uuid CHAR(36) NOT NULL UNIQUE,
|
||||||
game_key VARCHAR(255),
|
game_key VARCHAR(255),
|
||||||
winner_dc_id BIGINT,
|
winner_dc_id BIGINT,
|
||||||
aktiv BOOLEAN DEFAULT TRUE
|
aktiv BOOLEAN DEFAULT FALSE
|
||||||
);
|
);
|
||||||
"""
|
"""
|
||||||
cursor.execute(create_table_query)
|
cursor.execute(create_table_query)
|
||||||
|
|||||||
Reference in New Issue
Block a user