Containerization feature of SO
[so.git] / adapters / mso-catalog-db-adapter / src / main / resources / db / migration / V2.9__UpdateIsTopLevelFlowColumn.sql
1 USE catalogdb;
2
3 ALTER TABLE
4   `northbound_request_ref_lookup` CHANGE ISTOPLEVELFLOW IS_TOPLEVELFLOW TINYINT(1);