* feat: instance usernames * fix: sqlx + ee ref * feat: make one-off button for enabling * chore: set ee ref * fix: permissions and nits * fix: admin instance username + sqlx build * fix: revert stupid change * fix: only create instance username when setting enabled * chore: update to ee latest
2 lines
84 B
SQL
2 lines
84 B
SQL
-- Add up migration script here
|
|
ALTER TABLE password ADD COLUMN username VARCHAR(50) |