Skip to content

Commit

Permalink
Merge pull request #237 from rbovard/oid-noville
Browse files Browse the repository at this point in the history
Add OID for Noville
  • Loading branch information
ponceta authored Jul 18, 2024
2 parents 8d824c6 + aeabbc7 commit aa5eac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 02_oid_generation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ INSERT INTO qgep_sys.oid_prefixes (prefix,organization,active) VALUES ('ch17nq5g
INSERT INTO qgep_sys.oid_prefixes (prefix,organization,active) VALUES ('ch2003p6','Vevey',FALSE);
INSERT INTO qgep_sys.oid_prefixes (prefix,organization,active) VALUES ('ch238z74','La Tour-de-Peilz',FALSE);
INSERT INTO qgep_sys.oid_prefixes (prefix,organization,active) VALUES ('ch234hqx','BTI',FALSE);
INSERT INTO qgep_sys.oid_prefixes (prefix,organization,active) VALUES ('ch2421zz','Noville',FALSE);

CREATE INDEX in_qgep_is_oid_prefixes_active
ON qgep_sys.oid_prefixes
Expand Down

0 comments on commit aa5eac6

Please sign in to comment.