Added category creation and deletion

This commit is contained in:
franck
2013-08-08 02:39:42 +02:00
parent eb93049897
commit 64031a1883
55 changed files with 1569 additions and 255 deletions

View File

@@ -522,6 +522,7 @@ CREATE TABLE `lang`
`locale` VARCHAR(45),
`url` VARCHAR(255),
`by_default` TINYINT,
`position` INTEGER,
`created_at` DATETIME,
`updated_at` DATETIME,
PRIMARY KEY (`id`)
@@ -763,6 +764,7 @@ CREATE TABLE `currency`
`symbol` VARCHAR(45),
`rate` FLOAT,
`by_default` TINYINT,
`position` INTEGER,
`created_at` DATETIME,
`updated_at` DATETIME,
PRIMARY KEY (`id`)