This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev-2.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev-2.1.3 by this push:
     new c81504cfd [Improve] pgsql init data improvement
c81504cfd is described below

commit c81504cfd8bbdaf7d333db71cb9de7f6f868ee51
Author: benjobs <[email protected]>
AuthorDate: Sat Feb 17 01:22:59 2024 +0800

    [Improve] pgsql init data improvement
---
 .../src/main/assembly/script/data/pgsql-data.sql                    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/streampark-console/streampark-console-service/src/main/assembly/script/data/pgsql-data.sql
 
b/streampark-console/streampark-console-service/src/main/assembly/script/data/pgsql-data.sql
index bc581ec34..9d602c8b5 100644
--- 
a/streampark-console/streampark-console-service/src/main/assembly/script/data/pgsql-data.sql
+++ 
b/streampark-console/streampark-console-service/src/main/assembly/script/data/pgsql-data.sql
@@ -46,9 +46,9 @@ insert into "public"."t_flink_sql" values (100000, 100000, 
'eNqlUUtPhDAQvu+vmFs1
 -- ----------------------------
 -- Records of t_menu
 -- ----------------------------
-insert into "public"."t_menu" values (110000, 0, 'menu.system', '/system', 
'PageView', null, null, '0', 1, 3, now(), now());
-insert into "public"."t_menu" values (120000, 0, 'Apache Flink', '/flink', 
'PageView', null, null, '0', 1, 1, now(), now());
-insert into "public"."t_menu" values (130000, 0, 'menu.setting', '/setting', 
'PageView', null, null, '0', 1, 2, now(), now());
+insert into "public"."t_menu" values (110000, 0, 'menu.system', '/system', 
'PageView', null, null, '0', '1', 3, now(), now());
+insert into "public"."t_menu" values (120000, 0, 'Apache Flink', '/flink', 
'PageView', null, null, '0', '1', 1, now(), now());
+insert into "public"."t_menu" values (130000, 0, 'menu.setting', '/setting', 
'PageView', null, null, '0', '1', 2, now(), now());
 insert into "public"."t_menu" values (110100, 110000, 'menu.userManagement', 
'/system/user', 'system/user/User', null, 'user', '0', '1', 1, now(), now());
 insert into "public"."t_menu" values (110200, 110000, 'menu.roleManagement', 
'/system/role', 'system/role/Role', null, 'smile', '0', '1', 2, now(), now());
 insert into "public"."t_menu" values (110300, 110000, 'menu.menuManagement', 
'/system/menu', 'system/menu/Menu', 'menu:view', 'bars', '0', '1', 3, now(), 
now());

Reply via email to