You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTERTABLE sylius_invoicing_plugin_invoice CHANGE channel_code channel_code VARCHAR(255) NOT NULL, CHANGE channel_name channel_name VARCHAR(255) NOT NULL;
DROPINDEX UNIQ_16C8119E5CDB2AEB ON sylius_channel;
ALTERTABLE sylius_channel DROP billing_data_id, DROP taxId;
Are some of the migration script missing?
I am using sylius/invoicing-plugin:0.8.3
The text was updated successfully, but these errors were encountered:
Generate your own migration - remove all migrations from the plugin and diff your own one. Some migrations are missing and some in this plugin are just wrong. Sadly.
Just did a fresh installation on sylius 1.8 and invoicing plugin 0.12.0 -- everything alright migration vise, no stray SQLs in --dump-sql
Since doctrine-migrations:3 and that plugin migrations available directly in the app, advise to skip plugin migrations will be problematic in long run.
Are some of the migration script missing?
I am using
sylius/invoicing-plugin:0.8.3
The text was updated successfully, but these errors were encountered: