Closed oktaal closed 6 years ago
I manually changed the database columns on the gretel server to match the updated configuration. I didn't feel like adding a migration script because there is no other database yet to migrate anyway. When constructing the database from scratch the correct string lengths will be used.
Now components will be added to the Basex Server with the full name e.g.
dpc-bal-001236-nl-sen
, however they will be trimmed in the MySQL-database to 20 characters resulting indpc-bal-001236-nl-se
. Because the full length is used when saving the database in BaseX, but a trimmed name is used for accessing it, the database cannot be found and this results in an error.