From d8de03a580ca4b2c1e99009b7f30d920f3423799 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 25 Feb 2016 11:39:55 +0100 Subject: [PATCH] 3m; remove encombrants from bi_all_forms view --- 3m/3m_prod.sql | 2 -- 3m/3m_test.sql | 2 -- 2 files changed, 4 deletions(-) diff --git a/3m/3m_prod.sql b/3m/3m_prod.sql index 9b56c50..38d3e60 100644 --- a/3m/3m_prod.sql +++ b/3m/3m_prod.sql @@ -151,8 +151,6 @@ CREATE VIEW bi_espaces_verts AS (SELECT -- Les 7 formulaires pôles CREATE VIEW bi_all_forms AS ( - SELECT formdef_id || '-' || id AS id, backoffice_submission, 'encombrants' as form, receipt_time, status, pole_commune_ref FROM bi_encombrants - UNION ALL SELECT formdef_id || '-' || id AS id, backoffice_submission, 'voirie' as form, receipt_time, status, pole_commune_ref FROM bi_voirie UNION ALL SELECT formdef_id || '-' || id AS id, backoffice_submission, 'reseaux_eau_potable' as form, receipt_time, status, pole_commune_ref FROM bi_reseaux_eau_potable diff --git a/3m/3m_test.sql b/3m/3m_test.sql index eb866d0..3366108 100644 --- a/3m/3m_test.sql +++ b/3m/3m_test.sql @@ -151,8 +151,6 @@ CREATE VIEW bi_espaces_verts AS (SELECT -- Les 7 formulaires pôles CREATE VIEW bi_all_forms AS ( - SELECT formdef_id || '-' || id AS id, backoffice_submission, 'encombrants' as form, receipt_time, status, pole_commune_ref FROM bi_encombrants - UNION ALL SELECT formdef_id || '-' || id AS id, backoffice_submission, 'voirie' as form, receipt_time, status, pole_commune_ref FROM bi_voirie UNION ALL SELECT formdef_id || '-' || id AS id, backoffice_submission, 'reseaux_eau_potable' as form, receipt_time, status, pole_commune_ref FROM bi_reseaux_eau_potable