fix(trading): 修复迁移表名 MarketMakerConfig → market_maker_configs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ebe7123583
commit
2192f5e917
|
|
@ -1,2 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "MarketMakerConfig" ADD COLUMN "eusdt_wallet_address" VARCHAR(42);
|
||||
ALTER TABLE "market_maker_configs" ADD COLUMN "eusdt_wallet_address" VARCHAR(42);
|
||||
|
|
|
|||
Loading…
Reference in New Issue