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
When I'm using sqlstore.New of "go.mau.fi/whatsmeow/store/sqlstore" it fails with this error:
failed to upgrade database: duplicate column name: facebook_uuid
I looked into the upgradeV6 function and it looks like it alter the table and add this column (facebook_uuid), how the DB can get into a state so that the version is still not upgraded but the upgrade already happened?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
When I'm using
sqlstore.New
of "go.mau.fi/whatsmeow/store/sqlstore" it fails with this error:I looked into the upgradeV6 function and it looks like it alter the table and add this column (facebook_uuid), how the DB can get into a state so that the version is still not upgraded but the upgrade already happened?
Thanks in advance.
The text was updated successfully, but these errors were encountered: