feat: list active public file links
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

This commit is contained in:
Grendgi
2026-06-16 16:29:59 +03:00
parent 44ea1fa36b
commit bfb1c2d0ab
6 changed files with 67 additions and 16 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE files_public_links
DROP COLUMN IF EXISTS public_token;

View File

@@ -0,0 +1,3 @@
ALTER TABLE files_public_links
ADD COLUMN IF NOT EXISTS public_token TEXT;