Skip to content

Commit

Permalink
Ajoute les patches de mise à jour des méthodes de numérotation pour 0…
Browse files Browse the repository at this point in the history
…1, 14 + 39

Change-Id: Ic1dfea56cb8755a4c2acf32ce73bb6962474929f
  • Loading branch information
Emilie Genton committed Jan 16, 2023
1 parent 7576b83 commit 2d455c3
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
begin;

SET statement_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = off;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET escape_string_warning = off;

SET search_path = remocra, pdi, public, pg_catalog;



update remocra.param_conf set valeur='01' where cle='HYDRANT_NUMEROTATION_METHODE';


commit;
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
begin;

SET statement_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = off;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET escape_string_warning = off;

SET search_path = remocra, pdi, public, pg_catalog;



update remocra.param_conf set valeur='14' where cle='HYDRANT_NUMEROTATION_METHODE';


commit;
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
begin;

SET statement_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = off;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET escape_string_warning = off;

SET search_path = remocra, pdi, public, pg_catalog;


update remocra.param_conf set valeur='39' where cle='HYDRANT_NUMEROTATION_METHODE';
update remocra.param_conf set valeur='39' where cle='HYDRANT_NUMEROTATION_INTERNE_METHODE';


commit;

0 comments on commit 2d455c3

Please sign in to comment.