diff --git a/mallinkAdmin/src/main/resources/db/migration/V201904201830__UPDATE_BILL_DATA.sql b/mallinkAdmin/src/main/resources/db/migration/V201904201830__UPDATE_BILL_DATA.sql new file mode 100644 index 000000000..6bb37cc8d --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201904201830__UPDATE_BILL_DATA.sql @@ -0,0 +1,7 @@ +update wx_bill_rent set pay_way=-1; +update wx_bill_rent_deposit set pay_way=-1; +update wx_bill_property set pay_way=-1; +update wx_bill_property_deposit set pay_way=-1; +update wx_bill_daily set pay_way=-1; +update wx_bill_other set pay_way=-1; +update wx_bill_other_deposit set pay_way=-1;