a bunch of frontend layout adjustments, and fixed message duplication by adding uuids
This commit is contained in:
@@ -46,6 +46,7 @@ CREATE TABLE IF NOT EXISTS room_invite_ (
|
||||
|
||||
CREATE TABLE IF NOT EXISTS message_ (
|
||||
id BIGSERIAL PRIMARY KEY,
|
||||
uuid UUID NOT NULL,
|
||||
sender INT REFERENCES user_(id) NOT NULL,
|
||||
room INT REFERENCES room_(id) NOT NULL,
|
||||
message_type VARCHAR(32) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user