From ff1e8dd8a054bfdf51ce0766095c35f77b50fe66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Mon, 12 Dec 2022 21:37:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0SQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/dm8/module/maku-module-generator.sql | 2 +- db/mysql/module/maku-module-generator.sql | 2 +- db/postgresql/module/maku-module-generator.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db/dm8/module/maku-module-generator.sql b/db/dm8/module/maku-module-generator.sql index cdc24c2..f2b648d 100644 --- a/db/dm8/module/maku-module-generator.sql +++ b/db/dm8/module/maku-module-generator.sql @@ -1 +1 @@ -INSERT INTO sys_menu (pid, name, url, authority, type, open_style, icon, sort, version, deleted, creator, create_time, updater, update_time) VALUES (33, '代码生成器', '', '', 0, 0, 'icon-rocket', 2, 0, 0, 10000, now(), 10000, now()); +INSERT INTO sys_menu (pid, name, url, authority, type, open_style, icon, sort, version, deleted, creator, create_time, updater, update_time) VALUES (33, '代码生成器', '{{apiUrl}}/maku-generator/index.html', '', 0, 0, 'icon-rocket', 2, 0, 0, 10000, now(), 10000, now()); diff --git a/db/mysql/module/maku-module-generator.sql b/db/mysql/module/maku-module-generator.sql index cdc24c2..f2b648d 100644 --- a/db/mysql/module/maku-module-generator.sql +++ b/db/mysql/module/maku-module-generator.sql @@ -1 +1 @@ -INSERT INTO sys_menu (pid, name, url, authority, type, open_style, icon, sort, version, deleted, creator, create_time, updater, update_time) VALUES (33, '代码生成器', '', '', 0, 0, 'icon-rocket', 2, 0, 0, 10000, now(), 10000, now()); +INSERT INTO sys_menu (pid, name, url, authority, type, open_style, icon, sort, version, deleted, creator, create_time, updater, update_time) VALUES (33, '代码生成器', '{{apiUrl}}/maku-generator/index.html', '', 0, 0, 'icon-rocket', 2, 0, 0, 10000, now(), 10000, now()); diff --git a/db/postgresql/module/maku-module-generator.sql b/db/postgresql/module/maku-module-generator.sql index cdc24c2..f2b648d 100644 --- a/db/postgresql/module/maku-module-generator.sql +++ b/db/postgresql/module/maku-module-generator.sql @@ -1 +1 @@ -INSERT INTO sys_menu (pid, name, url, authority, type, open_style, icon, sort, version, deleted, creator, create_time, updater, update_time) VALUES (33, '代码生成器', '', '', 0, 0, 'icon-rocket', 2, 0, 0, 10000, now(), 10000, now()); +INSERT INTO sys_menu (pid, name, url, authority, type, open_style, icon, sort, version, deleted, creator, create_time, updater, update_time) VALUES (33, '代码生成器', '{{apiUrl}}/maku-generator/index.html', '', 0, 0, 'icon-rocket', 2, 0, 0, 10000, now(), 10000, now());