From 8fd4e879c3391a5a68aaa121107495623856f7fb Mon Sep 17 00:00:00 2001 From: Damien <damien.burel@maarch.org> Date: Thu, 7 Jun 2018 17:57:39 +0200 Subject: [PATCH] [REFACTORING] Sql --- sql/develop.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sql/develop.sql b/sql/develop.sql index 369fd00ad9a..1812d705668 100644 --- a/sql/develop.sql +++ b/sql/develop.sql @@ -53,18 +53,18 @@ DROP TABLE IF EXISTS docserver_locations; UPDATE docservers set is_readonly = 'Y' WHERE docserver_id = 'FASTHD_AI'; /* Refactoring */ -DROP TABLE IF EXISTS allowed_ip; -DROP TABLE IF EXISTS af_security; -DROP TABLE IF EXISTS af_view_customer_target; -DROP TABLE IF EXISTS af_view_year_target; DROP VIEW IF EXISTS af_view_customer_target_view; DROP VIEW IF EXISTS af_view_customer_view; DROP VIEW IF EXISTS af_view_year_target_view; DROP VIEW IF EXISTS af_view_year_view; +DROP TABLE IF EXISTS allowed_ip; +DROP TABLE IF EXISTS af_security; +DROP TABLE IF EXISTS af_view_customer_target; +DROP TABLE IF EXISTS af_view_year_target; +DROP VIEW IF EXISTS res_view; DROP TABLE IF EXISTS res_x; DROP TABLE IF EXISTS res_version_x; DROP TABLE IF EXISTS adr_x; -DROP VIEW IF EXISTS res_view; -- GitLab