In Connection.php line 703:
SQLSTATE[42000]: Syntax error or access violation: 1072 Key column ‘display’ doesn’t exist in table (SQL: alter table devices add index devices_hostname_sysname_display_index(hostname, sysName, display))
In Exception.php line 18:
SQLSTATE[42000]: Syntax error or access violation: 1072 Key column ‘display’ doesn’t exist in table
In PDOStatement.php line 117:
SQLSTATE[42000]: Syntax error or access violation: 1072 Key column ‘display’ doesn’t exist in table
If you run that command, you will either get no response meaning the column was added or you’ll get an error back. Post the console where you’ve entered the query and it’s response.
I have found the sollution. The lnms migrate appreared to be the issue. After executeing lnms migrate:status it show it had already executed “2021_11_17_105321_device_add_display_field.php”. This was not the case when looking at the database.
After multible lnms migrate:rollbacks and re-executing lnms migrate from the above migration file it appears to have updated the database corretly. I now see the correct schema " 2021_25_01_0129_isis_adjacencies_nullable (229)" and the validate.php doesnt give anymore errors.