Skip to content

Commit 9a2329c

Browse files
Merge pull request #168 from flocko-motion/feat/progress
feat: add migration for workshop pause functionality
2 parents fa988fd + d6b3dc6 commit 9a2329c

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)