feat: list active public file links
This commit is contained in:
3
migrations/005_public_link_tokens.up.sql
Normal file
3
migrations/005_public_link_tokens.up.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE files_public_links
|
||||
ADD COLUMN IF NOT EXISTS public_token TEXT;
|
||||
|
||||
Reference in New Issue
Block a user