Skip to content

Commit

Permalink
fix: create table sql
Browse files Browse the repository at this point in the history
  • Loading branch information
niracler committed Jan 21, 2024
1 parent fbe679c commit 3d13e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- DROP TABLE IF EXISTS telegram_messages;
CREATE TABLE IF NOT EXISTS telegram_messages (
CREATE TABLE telegram_messages (
update_id INTEGER PRIMARY KEY,
message_id INTEGER,
user_id INTEGER,
Expand Down

0 comments on commit 3d13e9d

Please sign in to comment.