fix stuff + module management
This commit is contained in:
@@ -47,8 +47,7 @@ INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updat
|
||||
INSERT INTO `module` (`id`, `code`, `type`, `activate`, `position`, `full_namespace`, `created_at`, `updated_at`) VALUES
|
||||
(1, 'TheliaDebugBar', 1, 1, 1, 'TheliaDebugBar\\TheliaDebugBar', NOW(), NOW()),
|
||||
(2, 'Colissimo', 2, 0, 1, 'Colissimo\\Colissimo', NOW(), NOW()),
|
||||
(3, 'Cheque', 3, 0, 1, 'Cheque\\Cheque', NOW(), NOW()),
|
||||
(4, 'FakeCB', 3, 0, 2, 'FakeCB\\FakeCB', NOW(), NOW());
|
||||
(3, 'Cheque', 3, 0, 1, 'Cheque\\Cheque', NOW(), NOW());
|
||||
|
||||
INSERT INTO `module_i18n` (`id`, `locale`, `title`, `description`, `chapo`, `postscriptum`) VALUES
|
||||
('1', 'en_US', 'Debug bar', NULL, NULL, NULL),
|
||||
@@ -1225,7 +1224,7 @@ INSERT INTO resource (`id`, `code`, `created_at`, `updated_at`) VALUES
|
||||
(14, 'admin.configuration.language', NOW(), NOW()),
|
||||
(15, 'admin.configuration.mailing-system', NOW(), NOW()),
|
||||
(16, 'admin.configuration.message', NOW(), NOW()),
|
||||
(17, 'admin.configuration.module', NOW(), NOW()),
|
||||
(17, 'admin.module', NOW(), NOW()),
|
||||
(18, 'admin.order', NOW(), NOW()),
|
||||
(19, 'admin.product', NOW(), NOW()),
|
||||
(20, 'admin.configuration.profile', NOW(), NOW()),
|
||||
|
||||
Reference in New Issue
Block a user