2023-01-27 17:40:22 +01:00

6 lines
86 B
SQL

-- Up
ALTER TABLE profiles ADD COLUMN sensitive TEXT NOT NULL DEFAULT '[]';
-- Down