forked from github/dataease
chore: Copilot flyway
This commit is contained in:
parent
34f707d5e8
commit
ecf5adaf3c
@ -44,7 +44,7 @@ CREATE TABLE `core_copilot_config` (
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
|
||||
INSERT INTO `core_copilot_config` VALUES (1, 'https://copilot-dataease.fit2cloud.com', 'xlab', 'Q2Fsb25nQDIwMTU=');
|
||||
INSERT INTO `core_copilot_config` VALUES (1, 'https://copilot.dataease.cn', 'xlab', 'Q2Fsb25nQDIwMTU=');
|
||||
|
||||
UPDATE `core_sys_setting` SET `pkey` = 'ai.baseUrl', `pval` = 'https://maxkb.fit2cloud.com/ui/chat/2ddd8b594ce09dbb?mode=embed', `type` = 'text', `sort` = 0 WHERE `id` = 3;
|
||||
|
||||
|
@ -50,7 +50,7 @@ CREATE TABLE `core_copilot_config`
|
||||
);
|
||||
|
||||
INSERT INTO `core_copilot_config`
|
||||
VALUES (1, 'https://copilot-dataease.fit2cloud.com', 'xlab', 'Q2Fsb25nQDIwMTU=');
|
||||
VALUES (1, 'https://copilot.dataease.cn', 'xlab', 'Q2Fsb25nQDIwMTU=');
|
||||
|
||||
UPDATE `core_sys_setting`
|
||||
SET `pkey` = 'ai.baseUrl',
|
||||
|
Loading…
Reference in New Issue
Block a user