-
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.
Fix #174: all territories are sorted in alphabetical order
- Loading branch information
Showing
3 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
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
6 changes: 3 additions & 3 deletions
6
...-lite/src/main/resources/config/liquibase/changelog/04_initial_data_dev/STM_TERRITORY.csv
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
TER_ID,TER_CODTER,TER_NAME,TER_ADMNAME,TER_ADDRESS,TER_EMAIL,TER_SCOPE,TER_LOGO,TER_EXTENT,TER_BLOCKED,TER_TYPID,TER_NOTE,TER_CREATED,TER_GTYPID,TER_CENTER,TER_ZOOM | ||
1,60001,Provincia,Provincia,"",NULL,T,http://sitmun.diba.cat/sitmun2/img/logo/lbuit.png,363487 4561229 481617 4686464,0,8,NULL,"2011-04-29T11:41:55.000000",NULL,422552 4623846,8 | ||
2,60002,Municipio,Municipio,"",NULL,M,http://sitmun.diba.cat/sitmun2/img/logo/l08075.png,448046 4603029 458244 4609234,0,6,NULL,"2011-04-29T11:41:55.000000",NULL,453145 4606132,10 | ||
3,70003,Otro,Otro,"",NULL,R,NULL,430250 4612070 469609 4638298,0,5,NULL,"2011-04-29T11:41:55.000000",0,449929 4625184,10 | ||
1,60001,Provincia A,Provincia A,"",NULL,T,http://sitmun.diba.cat/sitmun2/img/logo/lbuit.png,363487 4561229 481617 4686464,0,8,NULL,"2011-04-29T11:41:55.000000",NULL,422552 4623846,8 | ||
2,60002,Municipio B,Municipio B,"",NULL,M,http://sitmun.diba.cat/sitmun2/img/logo/l08075.png,448046 4603029 458244 4609234,0,6,NULL,"2011-04-29T11:41:55.000000",NULL,453145 4606132,10 | ||
3,70003,Otro C,Otro C,"",NULL,R,NULL,430250 4612070 469609 4638298,0,5,NULL,"2011-04-29T11:41:55.000000",0,449929 4625184,10 |
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