parcel/migrations/004_add_password.sql
Blake Rain e0de6def5a
Some checks failed
Check / check (push) Failing after 53s
Deploy / build (push) Failing after 1m53s
feat: add password protection to public uploads (closes #12, closes #15)
2024-08-13 14:17:24 +01:00

3 lines
48 B
SQL

ALTER TABLE uploads
ADD COLUMN password TEXT;