diff --git a/update/2_4_46.sql b/update/2_4_46.sql index 0718a7d39..c5859a7ff 100644 --- a/update/2_4_46.sql +++ b/update/2_4_46.sql @@ -35,8 +35,8 @@ INSERT INTO `zz_api_resources` (`id`, `version`, `type`, `resource`, `class`, `e (NULL, 'app-v1', 'retrieve', 'checklist', 'API\\App\\v1\\Checklists', '1'), (NULL, 'app-v1', 'retrieve', 'checklists', 'API\\App\\v1\\Checklists', '1'), (NULL, 'app-v1', 'update', 'checklist', 'API\\App\\v1\\Checklists', '1'), -(NULL, 'app-v1', 'retrieve', 'checklists-cleanup', 'API\\App\\v1\\Checklists', '1'); +(NULL, 'app-v1', 'retrieve', 'checklist-cleanup', 'API\\App\\v1\\Checklists', '1'); -- Rimozione id_module in zz_imports ALTER TABLE `zz_imports` DROP FOREIGN KEY `zz_imports_ibfk_1`; -ALTER TABLE `zz_imports` DROP `id_module`; \ No newline at end of file +ALTER TABLE `zz_imports` DROP `id_module`;