fixed typo
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user