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
I recently updated Feilong to 1.6.3, but it didn't work. I found out that in the database some columns were missing in the table FCP. I looked at the code, there is a check for a non existing table, but there is no check if the table matches.
Is it possible to add a check if the database is consistent for the columns it needs to have.
Hi,
I recently updated Feilong to 1.6.3, but it didn't work. I found out that in the database some columns were missing in the table FCP. I looked at the code, there is a check for a non existing table, but there is no check if the table matches.
Is it possible to add a check if the database is consistent for the columns it needs to have.
The columns missing were:
wwpn_npiv varchar(16) COLLATE NOCASE
wwpn_phy varchar(16) COLLATE NOCASE
I added them by hand.
The text was updated successfully, but these errors were encountered: