mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
## About the changes Migrations for: - Adds column is_system to users - Inserts unleash_system_user id -1337 to users includes `is_system: false` in the activeUsers and activeAccounts where filter Tested by running: ` select * into users_pre_check from users where id > -1; delete from users where id > -1; ` before starting unleash, then inspecting users table after unleash has started and verifying that an 'admin' user has been created. --------- Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai> |
||
|---|---|---|
| .. | ||
| access-store.test.ts | ||
| access-store.ts | ||
| account-store.ts | ||
| addon-store.ts | ||
| api-token-store.ts | ||
| client-applications-store.ts | ||
| client-instance-store.ts | ||
| client-metrics-store-v2.ts | ||
| context-field-store.ts | ||
| db-pool.ts | ||
| db.ts | ||
| event-store.test.ts | ||
| event-store.ts | ||
| favorite-features-store.ts | ||
| favorite-projects-store.ts | ||
| feature-environment-store.ts | ||
| feature-strategy-store.test.ts | ||
| feature-tag-store.ts | ||
| feature-type-store.ts | ||
| group-store.ts | ||
| index.ts | ||
| pat-store.ts | ||
| project-stats-store.ts | ||
| project-store.ts | ||
| public-signup-token-store.ts | ||
| reset-token-store.ts | ||
| role-store.ts | ||
| segment-store.test.ts | ||
| segment-store.ts | ||
| session-store.ts | ||
| setting-store.ts | ||
| strategy-store.ts | ||
| tag-store.ts | ||
| transaction.ts | ||
| user-feedback-store.ts | ||
| user-splash-store.ts | ||
| user-store.ts | ||