Files
files/migrations/005_public_link_tokens.up.sql
Grendgi bfb1c2d0ab
All checks were successful
CI / hygiene (push) Successful in 1s
Build and Deploy / build-and-deploy (push) Successful in 30s
CI / test (push) Successful in 21s
feat: list active public file links
2026-06-16 16:29:59 +03:00

4 lines
80 B
SQL

ALTER TABLE files_public_links
ADD COLUMN IF NOT EXISTS public_token TEXT;