I'm migrating Flarum 1.0.3 to 1.1.0 and hitting the following error:
Something went wrong: SQLSTATE[42000]: Syntax error or access violation: 1059 Identifier name 'FUBAR_upload_files_actor_id_hide_from_media_manager_index' is too long (SQL: alter table FUBAR_upload_files
add index FUBAR_upload_files_actor_id_hide_from_media_manager_index
(actor_id
, hide_from_media_manager
))
(where 'FUBAR' is obfuscation since I'm posting publicly)
Is Opalstack running this latest version? Did you get hit by this issue and found a way around it?