I have already created three plugins using the builder plugin, one such plugin is called announcements.
Now the problem that I am facing is every time I try to create a new plugin, it tries to run the migrations in announcements plugin again.
I am assuming that those migrations are not marked as already migrated, therefore this error is happening. But I am unsure how this has happened and how to solve this.
I would appreciate if anyone can guide me in the right direction.
@apinard Thankyou for sharing about these tables, it gave me under the hood details of how October syncs versions and maintains plugin history.
@daft Thankyou! this solved the problem without me having to manually add the entries to the tables.
However, there is a problem after this, when I create a new plugin, Its not getting added to the plugin list (missing from the the system_plugin_versions, system_plugin_history tables also) even though the folder has been created.