somlea-george / sutekishop

Automatically exported from code.google.com/p/sutekishop
0 stars 0 forks source link

Update static data script #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This is fixed in the trunk.

Original comment by mikehad...@googlemail.com on 18 Nov 2008 at 3:39

GoogleCodeExporter commented 8 years ago

Original comment by mikehad...@googlemail.com on 18 Nov 2008 at 3:40