change the article status to active

This commit is contained in:
Andreas Zweili 2017-12-28 16:23:02 +01:00
parent 9589f0f980
commit 48eee1c00b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ use webshopdb;
insert into webshop_articlestatus (name)
values ('out of stock'),
('hidden'),
('on sale');
('active');
use webshopdb;
insert into webshop_city (zip_code, name)