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
In #204, the hosts.name field was resized to 255 characters.
Nevertheless, with an existing MySQL installation the column is not resized in the database.
What happened:
In #204, the hosts.name field was resized to 255 characters.
Nevertheless, with an existing MySQL installation the column is not resized in the database.
What you expected to happen:
hosts.name should be VARCHAR(255)
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
I tried to add the following migration in
pkg/bastion/dbinit.go
but it didn't work (see jrrdev@9799d5c) :-/The text was updated successfully, but these errors were encountered: