complete inser.sql file for running test module

This commit is contained in:
Manuel Raynaud
2013-05-29 19:27:26 +02:00
parent e7bca634db
commit 9a4dfac51f

View File

@@ -5,4 +5,6 @@ INSERT INTO `lang`(`id`,`title`,`code`,`locale`,`url`,`by_default`,`created_at`,
(4, 'Italiano', 'it', 'it_IT', '','0', NOW(), NOW());
INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updated_at`) VALUES
('session_config.default', '1', 1, 1, NOW(), NOW());
('session_config.default', '1', 1, 1, NOW(), NOW());
INSERT INTO `thelia`.`module` (`code`, `type`, `activate`, `position`, `created_at`, `updated_at`) VALUES ('test', '1', '1', '1', NOW(), NOW());