The script SutekiShop\Database\insert_static_data.sql
line 12
reads:
insert category ([Name], ParentId, Position) values('- Root', null, 1)
but need to include the non nullable IsActive flag and should read:
insert category ([Name], ParentId, Position, IsActive) values('- Root',
null, 1, 1)
Original issue reported on code.google.com by rhysevan...@gmail.com on 28 Sep 2008 at 7:28
Original issue reported on code.google.com by
rhysevan...@gmail.com
on 28 Sep 2008 at 7:28