bash-4.2$ ./lnms migrate
-
Application In Production! *
Do you really wish to run this command? (yes/no) [no]:
Yes
Migrating: 2021_06_11_084830_slas_add_rtt_field
In Connection.php line 678:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name ‘rtt’ (S
QL: alter table slas add rtt double(8, 2) unsigned null after rtt_type )
In Exception.php line 18:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name ‘rtt’
In PDOStatement.php line 112:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name ‘rtt’