* 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
106 B
SQL
2 lines
106 B
SQL
-- Add up migration script here
|
|
UPDATE password SET username = 'admin' WHERE email = 'admin@windmill.dev'; |