Skip to content

Commit

Permalink
pb encodage UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelREBOUX committed Sep 2, 2019
1 parent 45eeb00 commit 895f302
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion script/commun/tables/prop_bati_detent.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ INSERT INTO #schema_cadastrapp.prop_bati_detent VALUES ('1','bon');
INSERT INTO #schema_cadastrapp.prop_bati_detent VALUES ('2','assez bon');
INSERT INTO #schema_cadastrapp.prop_bati_detent VALUES ('3','passable');
INSERT INTO #schema_cadastrapp.prop_bati_detent VALUES ('4','médiocre');
INSERT INTO #schema_cadastrapp.prop_bati_detent VALUES ('5','mauvais');
INSERT INTO #schema_cadastrapp.prop_bati_detent VALUES ('5','mauvais');
1 change: 0 additions & 1 deletion script/commun/tables/prop_type_filiation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ ALTER TABLE ONLY #schema_cadastrapp.prop_type_filiation
INSERT INTO #schema_cadastrapp.prop_type_filiation VALUES ('D','Division');
INSERT INTO #schema_cadastrapp.prop_type_filiation VALUES ('R','Réunion');
INSERT INTO #schema_cadastrapp.prop_type_filiation VALUES ('T','Transfert');

0 comments on commit 895f302

Please sign in to comment.