Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug when migrating with data in ps_image_slider
When running prestashop:schema:update-without-foreign while there are records in ps_image_slider the sql query becomes `ALTER TABLE ps_image_slider ADD display_from DATETIME NOT NULL, ADD display_to DATETIME NOT NULL` which throws an error because no value is set in those fields.
- Loading branch information