Skip to content

Commit f2b314d

Browse files
Merge pull request #169 from flocko-motion/development
Main Deployment
2 parents 658b317 + 9a2329c commit f2b314d

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)