mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
commit
fcb93ef3aa
@ -1,2 +1,4 @@
|
||||
INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`)
|
||||
VALUES (1048232869488627719, 'basic.defaultSort', '1', 'text', 13);
|
||||
|
||||
UPDATE `per_sys_setting` SET `pval` = 'true' WHERE (`pkey` = 'basic.dip');
|
||||
|
@ -3,3 +3,4 @@ VALUES (1048232869488627719, 'basic.defaultSort', '1', 'text', 13);
|
||||
|
||||
INSERT INTO `core_menu` VALUES (70, 0, 1, 'msg', NULL, 200, NULL, '/msg', 1, 1, 0);
|
||||
INSERT INTO `core_menu` VALUES (71, 70, 2, 'msg-fill', 'msg/fill', 1, 'icon_msg_fill', '/msg-fill', 0, 1, 0);
|
||||
UPDATE `per_sys_setting` SET `pval` = 'true' WHERE (`pkey` = 'basic.dip');
|
||||
|
Loading…
Reference in New Issue
Block a user