-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ajoute les patches de mise à jour des méthodes de numérotation pour 0…
…1, 14 + 39 Change-Id: Ic1dfea56cb8755a4c2acf32ce73bb6962474929f
- Loading branch information
Emilie Genton
committed
Jan 16, 2023
1 parent
7576b83
commit 2d455c3
Showing
3 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
server/sdis-remocra/home/postgres/remocra_db/patches/sdis/01/176_001.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
17 changes: 17 additions & 0 deletions
17
server/sdis-remocra/home/postgres/remocra_db/patches/sdis/14/176_001.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
17 changes: 17 additions & 0 deletions
17
server/sdis-remocra/home/postgres/remocra_db/patches/sdis/39/176_001.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |