mirror of
https://github.com/nelsbrock/disbahn.git
synced 2026-08-14 22:26:49 +02:00
add list for previous titles
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE post_versions (
|
||||
announcement_id TEXT NOT NULL,
|
||||
publish_date TIMESTAMP NOT NULL,
|
||||
title TEXT NOT NULL,
|
||||
PRIMARY KEY (announcement_id, publish_date, title)
|
||||
);
|
||||
Reference in New Issue
Block a user