This commit is contained in:
Grail Finder
2025-07-04 21:23:14 +03:00
parent a4dc8f4bbb
commit 0e2baa1a0f
5 changed files with 4 additions and 5 deletions

View File

@ -65,7 +65,6 @@ CREATE TABLE settings (
language TEXT NOT NULL DEFAULT 'en',
room_pass TEXT NOT NULL DEFAULT '',
turn_time INTEGER NOT NULL DEFAULT 60, -- seconds
turn_seconds_left INTEGER NOT NULL DEFAULT 0,
created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
FOREIGN KEY (room_id) REFERENCES rooms(id) ON DELETE CASCADE
);