Merge "Error during Deallocate Core NSSI Flow"
[so.git] / adapters / mso-catalog-db-adapter / src / main / resources / db / migration / V5.7.2__Add_Error_Message_Rainy_Day.sql
1 use catalogdb;
2 ALTER TABLE rainy_day_handler_macro ADD COLUMN IF NOT EXISTS REG_EX_ERROR_MESSAGE varchar(300) DEFAULT NULL;