From f1f815c8b025d9ab445587de76d68d8fbf26a185 Mon Sep 17 00:00:00 2001 From: winter Date: Wed, 8 May 2024 01:20:02 +0800 Subject: [PATCH] fix --- .../src/main/resources/db/migration/V202405003.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V202405003.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V202405003.sql b/mallinkAdmin/src/main/resources/db/migration/V202405003.sql new file mode 100644 index 000000000..39a46068d --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V202405003.sql @@ -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; \ No newline at end of file