Browse Source

fix

release_toaliyun_real
winter 2 years ago
parent
commit
f1f815c8b0
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      mallinkAdmin/src/main/resources/db/migration/V202405003.sql

+ 8
- 0
mallinkAdmin/src/main/resources/db/migration/V202405003.sql View File

@@ -0,0 +1,8 @@
alter talbe wx_bill_rent drop column owe;
alter talbe wx_bill_rent_manage drop column owe;
alter talbe wx_bill_rent_deposit drop column owe;
alter talbe wx_bill_property drop column owe;
alter talbe wx_bill_property_deposit drop column owe;
alter talbe wx_bill_daily drop column owe;
alter talbe wx_bill_other drop column owe;
alter talbe wx_bill_other_deposit drop column owe;

Loading…
Cancel
Save