camelcasetechsd / skillsbuilder

1 stars 0 forks source link

[ISSUES] Sync course event in `skillsbuilder` with products in `eStore` when edit and remove #28

Closed solimansamy closed 6 years ago

AbdElmoneimMohamed commented 7 years ago

https://git.camelcasetech.com/ahmed.elbougha/skillsbuilderpro/pulls/12

solimansamy commented 7 years ago
ALTER TABLE `oc_product_option` ADD `status` tinyint(1) NOT NULL DEFAULT '1';
ALTER TABLE `oc_product_option_value` ADD `status` tinyint(1) NOT NULL DEFAULT '1';
badr4php commented 6 years ago

use migration file to add new columns in estore database