Fix typo
This commit is contained in:
parent
3aa59ac3e4
commit
146ad6a712
@ -1,7 +1,7 @@
|
||||
-- msgdata_template definition
|
||||
-- TODO Add IF NOT EXISTS to prevent panics
|
||||
CREATE TABLE msgdata_{chat_id} (
|
||||
msg_id TEXT NOT NULL
|
||||
msg_id TEXT NOT NULL,
|
||||
timestamp INTEGER NOT NULL,
|
||||
sender_id TEXT NOT NULL,
|
||||
msg_type INTEGER NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user