mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-20 07:14:11 -04:00
Add primary key
This commit is contained in:
parent
8e6a163f27
commit
fcd1eb642d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE event_reports(
|
CREATE TABLE event_reports(
|
||||||
id BIGINT NOT NULL,
|
id BIGINT NOT NULL PRIMARY KEY,
|
||||||
received_ts BIGINT NOT NULL,
|
received_ts BIGINT NOT NULL,
|
||||||
room_id TEXT NOT NULL,
|
room_id TEXT NOT NULL,
|
||||||
event_id TEXT NOT NULL,
|
event_id TEXT NOT NULL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue