Implement compression quota refunds and admin manual subscription
This commit is contained in:
9
migrations/002_task_client_ip.sql
Normal file
9
migrations/002_task_client_ip.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE tasks
|
||||
ADD COLUMN IF NOT EXISTS client_ip INET;
|
||||
|
||||
CREATE INDEX IF NOT EXISTS idx_tasks_client_ip ON tasks(client_ip);
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user