aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-catalog-db-adapter/src/main/resources/db/migration/V8.6__Update_Service_Function.sql
blob: 51be8be664bb3942f5851d2ef169a73276853c18 (plain)
1
2
3
4
use catalogdb;

ALTER TABLE service
    ADD COLUMN IF NOT EXISTS service_function varchar(200) DEFAULT NULL;