parcel/migrations/001_remaining.sql
Blake Rain 6255882a67
All checks were successful
Check / check (push) Successful in 1m4s
feat: improve limit and remaining (closes #13). Also break up the mods
2024-08-08 17:15:03 +01:00

3 lines
51 B
SQL

ALTER TABLE uploads
ADD COLUMN remaining BIGINT;