Explorar el Código

fix

release_toaliyun_real
winter hace 2 años
padre
commit
f1f815c8b0
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      mallinkAdmin/src/main/resources/db/migration/V202405003.sql

+ 8
- 0
mallinkAdmin/src/main/resources/db/migration/V202405003.sql Ver fichero

@@ -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;

Cargando…
Cancelar
Guardar