mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
296ebeaa5b
- Reuse AdminUserSeeder to create the admin user. Previous code did not set a valid email, which prevented the user from being saved (That's why language could not be set). - drop the db before creating it, to avoid "database already exists" errors. - Remove owner from ALTER statements in dump file, avoiding "ERROR: must be able to SET ROLE " errors when loading the sql file.