Files
windmill/backend/migrations/20240312081949_set_admin_instance_username.up.sql
HugoCasa cf4358a14b feat: instance usernames (#3382)
* 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
2024-03-12 11:55:18 +01:00

2 lines
106 B
SQL

-- Add up migration script here
UPDATE password SET username = 'admin' WHERE email = 'admin@windmill.dev';