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