x default position value

This commit is contained in:
Manuel Raynaud
2014-02-08 10:35:20 +01:00
parent 25084219e7
commit a51c54db26
6 changed files with 26 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ CREATE TABLE `product`
`tax_rule_id` INTEGER,
`ref` VARCHAR(255) NOT NULL,
`visible` TINYINT DEFAULT 0 NOT NULL,
`position` INTEGER NOT NULL,
`position` INTEGER DEFAULT 0 NOT NULL,
`template_id` INTEGER,
`created_at` DATETIME,
`updated_at` DATETIME,
@@ -2298,7 +2298,7 @@ CREATE TABLE `product_version`
`tax_rule_id` INTEGER,
`ref` VARCHAR(255) NOT NULL,
`visible` TINYINT DEFAULT 0 NOT NULL,
`position` INTEGER NOT NULL,
`position` INTEGER DEFAULT 0 NOT NULL,
`template_id` INTEGER,
`created_at` DATETIME,
`updated_at` DATETIME,