Skip to content
Snippets Groups Projects
Unverified Commit 55984456 authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Update synapse/storage/data_stores/main/schema/delta/56/event_labels.sql

parent a2c63c61
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ CREATE TABLE IF NOT EXISTS event_labels (
event_id TEXT,
label TEXT,
room_id TEXT NOT NULL,
topological_ordering bigint NOT NULL,
topological_ordering BIGINT NOT NULL,
PRIMARY KEY(event_id, label)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment