Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 362 Bytes

UPGRADE.md

File metadata and controls

16 lines (11 loc) · 362 Bytes

UPGRADE NOTES

From 0.1 to 0.2

  1. Update database schema

    bin/console doctrine:migrations:diff
    bin/console doctrine:migrations:migrate

    And make sure you have something like this in it:

    ALTER TABLE setono_sylius_catalog_promotion__promotion CHANGE discount discount NUMERIC(10, 5) DEFAULT '0' NOT NULL;