summaryrefslogtreecommitdiffstats
path: root/adapters/mso-catalog-db-adapter/src/main/resources/db/migration/V7.1__UpdatedCloudSiteTable.sql
blob: ea0af2315cfd7422184f148373fb14f7097dde67 (plain)
1
2
3
4
5
use catalogdb;

ALTER TABLE cloud_sites
    ADD COLUMN IF NOT EXISTS SUPPORT_FABRIC bit(1)
    NOT NULL DEFAULT 1