Raid Group calendar working

This commit is contained in:
2025-03-07 21:54:30 -05:00
parent 18f048bc3b
commit 3e0996c432
9 changed files with 214 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
CREATE TABLE raid_builder.game_calendar_event(
game_calendar_event_id uuid PRIMARY KEY,
game_id uuid REFERENCES raid_builder.game(game_id),
game_id uuid REFERENCES raid_builder.game(game_id) NOT NULL,
event_name text NOT NULL,
event_description text,
event_start_date timestamptz NOT NULL,