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
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: