fix update process

This commit is contained in:
Manuel Raynaud
2014-04-22 14:46:10 +02:00
parent 7593717736
commit 855f6e4c02
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ INSERT INTO resource_i18n (`id`, `locale`, `title`) VALUES
SET @max := @max+1;
INSERT INTO resource (`id`, `code`, `created_at`, `updated_at`) VALUES
(@max, 'admin.cache', NOW(), NOW());
(@max, 'admin.home', NOW(), NOW());
INSERT INTO resource_i18n (`id`, `locale`, `title`) VALUES
(@max, 'en_US', 'Back-office home page'),