libreccm-legacy/ccm-ldn-navigation/sql/ccm-ldn-navigation/upgrade/postgres-1.4.2-1.4.3.sql

6 lines
159 B
PL/PgSQL
Executable File

begin;
\i ../postgres/upgrade/add-template_mapping_id.sql
\i ../postgres/upgrade/rename-use-context.sql
\i ../postgres/upgrade/add-new-use-context.sql
commit;