Commit 8c8c3c7f authored by 智勇's avatar 智勇

up

parent a6f00136
ALTER TABLE `contract`.`sign_account` DROP INDEX `sign_account_type_provider_mid_UNIQUE`; ALTER TABLE `contract`.`sign_account` DROP INDEX `sign_account_type_provider_mid_UNIQUE`;
truncate `contract`.`sign_account`
-- 初始化签约账户 - Dev -- 初始化签约账户 - Dev
-- 量化派(自签) - USER -- 量化派(自签) - USER
INSERT INTO `contract`.`sign_account`(`id`, `type`, `provider`, `mid`, `host`, `phone_no`, `email`, `name`, `private_key`) VALUES (1, 0, 0, 'USER', null, null, null, null, null); INSERT INTO `contract`.`sign_account`(`id`, `type`, `provider`, `mid`, `host`, `phone_no`, `email`, `name`, `private_key`) VALUES (1, 0, 0, 'USER', null, null, null, null, null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment