Merge "Error during Deallocate Core NSSI Flow"
[so.git] / adapters / mso-catalog-db-adapter / src / main / resources / db / migration / V7.2__UpdateCloudSiteTableSupportFabric.sql
1 use catalogdb;
2
3 UPDATE cloud_sites SET SUPPORT_FABRIC = b'0' WHERE CLOUD_VERSION != '1.0.0';