소스 검색

fix

release_toaliyun_real
winter 2 년 전
부모
커밋
b7539fa54a
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. +8
    -8
      mallinkAdmin/src/main/resources/db/migration/V202405003.sql

+ 8
- 8
mallinkAdmin/src/main/resources/db/migration/V202405003.sql 파일 보기

@@ -1,8 +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;
ALTER TABLE wx_bill_rent DROP COLUMN owe;
ALTER TABLE wx_bill_rent_manage DROP COLUMN owe;
ALTER TABLE wx_bill_rent_deposit DROP COLUMN owe;
ALTER TABLE wx_bill_property DROP COLUMN owe;
ALTER TABLE wx_bill_property_deposit DROP COLUMN owe;
ALTER TABLE wx_bill_daily DROP COLUMN owe;
ALTER TABLE wx_bill_other DROP COLUMN owe;
ALTER TABLE wx_bill_other_deposit DROP COLUMN owe;

불러오는 중...
취소
저장