mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-14 15:47:14 +03:00
Fix new databases containing columns that were removed in an earlier commit
This commit is contained in:
parent
f8331a571e
commit
563c644f48
@ -77,9 +77,7 @@ namespace DHT.Server.Database.Sqlite {
|
||||
sender_id INTEGER NOT NULL,
|
||||
channel_id INTEGER NOT NULL,
|
||||
text TEXT NOT NULL,
|
||||
timestamp INTEGER NOT NULL,
|
||||
edit_timestamp INTEGER,
|
||||
replied_to_id INTEGER)");
|
||||
timestamp INTEGER NOT NULL)");
|
||||
|
||||
Execute(@"CREATE TABLE attachments (
|
||||
message_id INTEGER NOT NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user