Merge pull request #13329 from dataease/pr@dev-v2@fix_desktop

fix: 修复桌面版flyway
This commit is contained in:
taojinlong 2024-11-14 16:37:38 +08:00 committed by GitHub
commit 8dc56ba3f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ CREATE TABLE `visualization_watermark`
INSERT INTO `visualization_watermark` (`id`, `version`, `setting_content`, `create_by`, `create_time`)
VALUES ('system_default', '1.0',
'{\"enable\":false,\"enablePanelCustom\":true,\"type\":\"custom\",\"content\":\"水印\",\"watermark_color\":\"#DD1010\",\"watermark_x_space\":12,\"watermark_y_space\":36,\"watermark_fontsize\":15}',
'{"enable":false,"enablePanelCustom":true,"type":"custom","content":"水印","watermark_color":"#DD1010","watermark_x_space":12,"watermark_y_space":36,"watermark_fontsize":15}',
'admin', NULL);