Skip to content

Commit d6b3dc6

Browse files
committed
feat: add migration for workshop pause functionality
1 parent fa988fd commit d6b3dc6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Migration 014: Add is_paused to workshop
2+
-- Controls whether the workshop is paused (participants cannot play while paused).
3+
-- Default false: workshop is not paused.
4+
5+
ALTER TABLE workshop ADD COLUMN is_paused boolean NOT NULL DEFAULT false;

0 commit comments

Comments
 (0)