mirror of
https://github.com/nelsbrock/disbahn.git
synced 2026-08-14 22:26:49 +02:00
add sqlite database and message editing support
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE posts (
|
||||
announcement_id TEXT NOT NULL,
|
||||
webhook_id UNSIGNED BIG INT NOT NULL,
|
||||
message_id UNSIGNED BIG INT NOT NULL,
|
||||
last_updated TIMESTAMP NOT NULL,
|
||||
PRIMARY KEY (announcement_id, webhook_id)
|
||||
);
|
||||
Reference in New Issue
Block a user