ISO-TC211 / iso-geodetic-registry

ISO Geodetic Registry backend
https://registry.isotc211.org
Other
5 stars 4 forks source link

fix: don't manipulate admin user as part of the database migration #65

Closed florianesser closed 4 years ago

florianesser commented 4 years ago

Changing the admin user must not be done as part of the database migration mechanism. This change is specific to the Ribose environment and does not apply to other environments. My suggestion would be to integrate that into your deployment process instead.

There will be an entry in the schema_version table that needs to be removed after this patch is merged, otherwise the software will not boot:

DELETE FROM schema_version WHERE version_rank = 15