fixed typo

This commit is contained in:
2024-06-07 10:09:01 +02:00
parent 54c3e13725
commit c5c17c7d7b

View File

@@ -33,7 +33,7 @@ CREATE TABLE Comments
deleted timestamp WITH TIME ZONE default NULL deleted timestamp WITH TIME ZONE default NULL
); );
CREATE TABLE Reaction CREATE TABLE Reactions
( (
id bigserial PRIMARY KEY, id bigserial PRIMARY KEY,
userid bigserial REFERENCES Users NOT NULL, userid bigserial REFERENCES Users NOT NULL,