mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-03 03:51:01 -05:00
Add primary key
This commit is contained in:
parent
8e6a163f27
commit
fcd1eb642d
@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
CREATE TABLE event_reports(
|
||||
id BIGINT NOT NULL,
|
||||
id BIGINT NOT NULL PRIMARY KEY,
|
||||
received_ts BIGINT NOT NULL,
|
||||
room_id TEXT NOT NULL,
|
||||
event_id TEXT NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user