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
For some reason, the Identifier field doesn't seem to exist in the tblCollections_Books table of our Archon installs. We have to manually add it like this:
mysql> alter table tblCollections_Books add Identifier varchar(50) collate utf8_unicode_ci;