You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datamodel/changelogs/0001/oid_generation.sql
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
-- this file generates a new SQL function to create INTERLIS STANDARDOID's for all the tww_od.* tables.
2
2
-- you need to add entries for your organizations into the table tww_sys.oid_prefixes
3
-
-- questions regarding this function should be directed to Andreas Neumann, Stadt Uster
3
+
-- questions regarding this function should be directed to Arnaud Poncet, Pully
4
4
-- Adapted for TEKSI VSA-DSS 2020 Stefan Burckhardt
5
5
6
6
CREATETABLEtww_sys.oid_prefixes
@@ -18,7 +18,7 @@ COMMENT ON TABLE tww_sys.oid_prefixes
18
18
IS 'This table contains OID prefixes for different communities or organizations. The application or administrator changing this table has to make sure that only one record is set to active.';
19
19
20
20
-- sample entry for Invalid - you need to adapt this entry later for your own organization
0 commit comments