You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(data): implement seeding for admin user and app config
Adds the `seedInitialAdminAndConfig` method to `DatabaseSeedingService`. This method inserts the default `AppConfig` and the initial admin `User` from the shared fixtures into the database.
The operation is idempotent, using `ON CONFLICT DO NOTHING` to prevent overwriting existing data on subsequent server starts.
0 commit comments