Hello! I've got an issue with upgrading this plugin from the old Reflar version to FoF including upgrading Flarum.
The old setup was flared/core 0.1.0-beta.13 and reflar/webhooks 0.2.3.
I've update Flarum to v0.1.0-beta.16 and I try to update web hooks. After a few tries fof/webhooks": "0.3.2", is the latest version that works.
When I require version 0.4.0 or greater and run php flarum migrate
, I've got:
In Connection.php line 678:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'tag_id'
(SQL: alter table `flarumwebhooks` add `tag_id` int unsigned null)
In Exception.php line 18:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'tag_id'
In PDOStatement.php line 112:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'tag_id'
Is there a step I've missed?
Thnx!