mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
4 lines
199 B
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;
|