diff --git a/migrations/000.063.sql b/migrations/000.063.sql new file mode 100644 index 0000000..9a8c136 --- /dev/null +++ b/migrations/000.063.sql @@ -0,0 +1,3 @@ +-- PW-1311: set pricepremium to 0 on all contract_customers + +UPDATE contract_customers SET pricepremium = 0;