Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add liquibase script for swatch-contracts test
PR #3237 introduced the SPECIAL_PRICING_FLAG to the offering table for the monolith, but we need to add a liquibase script specific for h2 databases so swatch-contracts integration test will be successful Resolves exception ``` Caused by: org.hibernate.exception.SQLGrammarException: could not prepare statement [Column "SPECIAL_PRICING_FLAG" not found; SQL statement: insert into offering (cores,derived_sku,description,has_unlimited_usage,hypervisor_cores,hypervisor_sockets,metered,product_family,product_name,role,sla,sockets,special_pricing_flag,usage,sku) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) [42122-224]] [insert into offering (cores,derived_sku,description,has_unlimited_usage,hypervisor_cores,hypervisor_sockets,metered,product_family,product_name,role,sla,sockets,special_pricing_flag,usage,sku) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)] ```
- Loading branch information