mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
c00fefe8ce
The previous implementation would have failed when starting with an empty database and trying to migrate it. We now ensure that the database exists, by running the creation of plugin auth providers in the seeders. Since there is also a migration that's supposed to convert old identity_urls to auth provider links and that migration needs the auth providers already, it does the same as the seeder.