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
fix(db): New config property to set the name of the db schema (#5675)
* New config property to set the name of the schema (used for db init only).
* Add new property to config file
* Fix a copy/paste error in the new config property
* Removed unneeded property from application.properties
* Try to fix the config property
@Info(category = "storage", description = "Database schema name (only needed when running two instances of Registry against the same database, in multiple schemas)", availableSince = "3.0.6")
0 commit comments