Skip to content

fix: fix create table migration#136

Closed
OliverSkroblin wants to merge 1 commit intomainfrom
fix/create-table-migration
Closed

fix: fix create table migration#136
OliverSkroblin wants to merge 1 commit intomainfrom
fix/create-table-migration

Conversation

@OliverSkroblin
Copy link
Contributor

i don't know why and how, but when i have a database where the plugin was installed, this migration runs again. IMO the migration should not run again but for the sake of imports and reinstalls, i would drop the database tables here.

@tinect
Copy link
Member

tinect commented Dec 8, 2025

Why not just check if the table exists and then skip the migration?

@shyim
Copy link
Member

shyim commented Dec 8, 2025

yup dropping table is evil and would delete customer data unwanted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments