From 3b69485b13d23edd07e1e564528318c57f8c4bd6 Mon Sep 17 00:00:00 2001 From: Dasc3er Date: Mon, 31 Aug 2020 16:40:58 +0200 Subject: [PATCH] Rimozione API duplicata per Applicazione --- update/2_4_17.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/update/2_4_17.sql b/update/2_4_17.sql index 82657a7be..cb818d5f4 100644 --- a/update/2_4_17.sql +++ b/update/2_4_17.sql @@ -122,10 +122,6 @@ INSERT INTO `zz_api_resources` (`id`, `version`, `type`, `resource`, `class`, `e (NULL, 'app-v1', 'retrieve', 'preventivi', 'API\\App\\v1\\Preventivi', '1'), (NULL, 'app-v1', 'retrieve', 'preventivi-cleanup', 'API\\App\\v1\\Preventivi', '1'), (NULL, 'app-v1', 'retrieve', 'preventivo', 'API\\App\\v1\\Preventivi', '1'), --- Sedi -(NULL, 'app-v1', 'retrieve', 'preventivi', 'API\\App\\v1\\Preventivi', '1'), -(NULL, 'app-v1', 'retrieve', 'preventivi-cleanup', 'API\\App\\v1\\Preventivi', '1'), -(NULL, 'app-v1', 'retrieve', 'preventivo', 'API\\App\\v1\\Preventivi', '1'), -- Tariffe dei tecnici (NULL, 'app-v1', 'retrieve', 'tariffe-tecnici', 'API\\App\\v1\\TariffeTecnici', '1'), (NULL, 'app-v1', 'retrieve', 'tariffe-tecnici-cleanup', 'API\\App\\v1\\TariffeTecnici', '1'),