feat: add party-size queueing and call modes
This commit is contained in:
6
server/migrations/000012_expand_ticket_call_limit.up.sql
Normal file
6
server/migrations/000012_expand_ticket_call_limit.up.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE projects
|
||||
DROP CONSTRAINT projects_batch_size_check;
|
||||
|
||||
ALTER TABLE projects
|
||||
ADD CONSTRAINT projects_batch_size_check
|
||||
CHECK (call_batch_size BETWEEN 1 AND 10000);
|
||||
Reference in New Issue
Block a user