diff --git a/continew-admin-webapi/src/main/resources/db/changelog/mysql/continew-admin_data.sql b/continew-admin-webapi/src/main/resources/db/changelog/mysql/continew-admin_data.sql index e60eaa66..b6aac72c 100644 --- a/continew-admin-webapi/src/main/resources/db/changelog/mysql/continew-admin_data.sql +++ b/continew-admin-webapi/src/main/resources/db/changelog/mysql/continew-admin_data.sql @@ -111,7 +111,7 @@ INSERT INTO `sys_option` VALUES ('系统标题', 'site_title', NULL, 'ContiNew Admin', '用于显示登录页面的系统标题。', NULL, NULL), ('版权信息', 'site_copyright', NULL, - 'Copyright © 2022-present Charles7c  ContiNew Admin  津ICP备2022005864号-2', + 'Copyright © 2022-present Charles7c  ContiNew Admin  津ICP备2022005864号-2', '用于显示登录页面的底部版权信息。', NULL, NULL), ('系统LOGO(16*16)', 'site_favicon', NULL, '/favicon.ico', '用于显示浏览器地址栏的系统LOGO。', NULL, NULL), ('系统LOGO(33*33)', 'site_logo', NULL, '/logo.svg', '用于显示登录页面的系统LOGO。', NULL, NULL); diff --git a/continew-admin-webapi/src/main/resources/db/changelog/postgresql/continew-admin_data.sql b/continew-admin-webapi/src/main/resources/db/changelog/postgresql/continew-admin_data.sql index 3828af7b..67362bdd 100644 --- a/continew-admin-webapi/src/main/resources/db/changelog/postgresql/continew-admin_data.sql +++ b/continew-admin-webapi/src/main/resources/db/changelog/postgresql/continew-admin_data.sql @@ -111,7 +111,7 @@ INSERT INTO "sys_option" VALUES ('系统标题', 'site_title', NULL, 'ContiNew Admin', '用于显示登录页面的系统标题。', NULL, NULL), ('版权信息', 'site_copyright', NULL, - 'Copyright © 2022-present Charles7c  ContiNew Admin  津ICP备2022005864号-2', + 'Copyright © 2022-present Charles7c  ContiNew Admin  津ICP备2022005864号-2', '用于显示登录页面的底部版权信息。', NULL, NULL), ('系统LOGO(16*16)', 'site_favicon', NULL, '/favicon.ico', '用于显示浏览器地址栏的系统LOGO。', NULL, NULL), ('系统LOGO(33*33)', 'site_logo', NULL, '/logo.svg', '用于显示登录页面的系统LOGO。', NULL, NULL);