Fix resource api checklisst

This commit is contained in:
Matteo 2023-09-04 15:45:13 +02:00 committed by GitHub
parent 26867d2327
commit 7374b876ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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`;
ALTER TABLE `zz_imports` DROP `id_module`;