Open jorr-it opened 3 years ago
update product_attribute set value=value_product_id where attribute_id in (select id from attribute where type=3); delete from product_attribute where value is null; ALTER TABLE product_attribute CHANGE value value VARCHAR(255) NOT NULL;
The application should become faster. We will introduce framework Vue for this, so pages can already be shown although not all data is loaded yet. First focus will be on:
I will start with making a brief functional design.