feat: add party-size queueing and call modes
This commit is contained in:
3
server/migrations/000009_public_visitor_actor.up.sql
Normal file
3
server/migrations/000009_public_visitor_actor.up.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
INSERT INTO users (username, password_hash, role, active)
|
||||
VALUES ('public-visitor', '!', 'STAFF', false)
|
||||
ON CONFLICT (username) DO NOTHING;
|
||||
Reference in New Issue
Block a user