improved mobile layout

This commit is contained in:
2025-12-29 10:47:36 +01:00
parent c0043dcc15
commit e85d05fe21
2 changed files with 3 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ CREATE TABLE IF NOT EXISTS room_invite_ (
CREATE TABLE IF NOT EXISTS message_ (
id BIGSERIAL PRIMARY KEY,
uuid UUID NOT NULL,
-- uuid UUID NOT NULL,
sender INT REFERENCES user_(id) NOT NULL,
room INT REFERENCES room_(id) NOT NULL,
message_type VARCHAR(32) NOT NULL,