Files
dukang/server/dukang-api/prisma/migrate-drop-store-bank-account-v4018.sql
T

6 lines
318 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- v4.0.18 修订:撤销门店多收款账户,打款改回门店结算资质(主账号 bank_account_*
-- 财务目录门店行改用 storeId,旧 STORE 备注按 store_bank_account.id 已失效
DROP TABLE IF EXISTS `store_bank_account`;
DELETE FROM `finance_bank_account_note` WHERE `owner_type` = 'STORE';