Files
xamxam/app/migrations/applied/036_share_links_encrypted_password.sql

4 lines
199 B
SQL

-- Migration 036: add encrypted_password to share_links
-- Required by ShareLink to store encrypted plaintext passwords for admin display.
ALTER TABLE share_links ADD COLUMN encrypted_password TEXT;