Skip to content

fix: fix create table migration#136

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

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

Conversation

@OliverSkroblin

Copy link
Copy Markdown
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

tinect commented Dec 8, 2025

Copy link
Copy Markdown
Member

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

@shyim

shyim commented Dec 8, 2025

Copy link
Copy Markdown
Member

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