Skip to content

Commit 0889901

Browse files
authored
Merge pull request #517 from larsenle/main
DSS-676 DB: Grouping local governments
2 parents ca540e9 + f2fb69f commit 0889901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

database/seeding/STR_DSS_Data_Seeding_LGs_Sprint_11.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ USING ( SELECT * FROM (VALUES
162162
('LG','Municipality' ,'LGMV-Valemount' ,'Village of Valemount' ),
163163
('LG','Municipality' ,'LGMV-Warfield' ,'Village of Warfield' ),
164164
('LG','Municipality' ,'LGMV-Zeballos' ,'Village of Zeballos' ),
165-
('LG','' ,'LGNILTA-Islands' ,'Islands Trust' ),
166-
('LG','' ,'LGNILTA-Salt-Spring' ,'Salt Spring Island Local Trust Area' ),
167-
('LG','' ,'LGPBC-BC-Parks' ,'BC Parks' ),
165+
('LG','Other' ,'LGNILTA-Islands' ,'Islands Trust' ),
166+
('LG','Other' ,'LGNILTA-Salt-Spring' ,'Salt Spring Island Local Trust Area' ),
167+
('LG','Other' ,'LGPBC-BC-Parks' ,'BC Parks' ),
168168
('LG','Regional District Electoral Area','LGRD-Alberni-Clayoquot' ,'Regional District of Alberni-Clayoquot' ),
169169
('LG','Regional District Electoral Area','LGRD-Atlin' ,'Atlin Community Improvement District' ),
170170
('LG','Regional District Electoral Area','LGRD-Bulkley-Nechako' ,'Regional District of Bulkley-Nechako' ),

0 commit comments

Comments
 (0)