Open OffNOn opened 3 months ago
### CLONING FROM GITHUB ONLY
npm run start gives the following error:
Solved with:
adding to node_modules\@evershop\evershop\src\modules\checkout\migration\Version-1.0.6.js
await execute( connection, 'ALTER TABLE "order" ADD COLUMN "sub_total_before_discount_incl_tax" numeric;' );
adding to node_modules@evershop\evershop\src\modules\checkout\migration\Version-1.0.6.js
### CLONING FROM GITHUB ONLY
npm run start gives the following error:
Solved with:
adding to node_modules\@evershop\evershop\src\modules\checkout\migration\Version-1.0.6.js
await execute( connection, 'ALTER TABLE "order" ADD COLUMN "sub_total_before_discount_incl_tax" numeric;' );