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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 9360db812 fix: mysql/pgsql database init script (#3432)
9360db812 is described below

commit 9360db8127ac9a1951a09105d7607196c9c1dca6
Author: cobolbaby <[email protected]>
AuthorDate: Thu Dec 28 12:44:24 2023 +0800

    fix: mysql/pgsql database init script (#3432)
---
 .../src/main/assembly/script/data/mysql-data.sql                        | 2 +-
 .../src/main/assembly/script/data/pgsql-data.sql                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/streampark-console/streampark-console-service/src/main/assembly/script/data/mysql-data.sql
 
b/streampark-console/streampark-console-service/src/main/assembly/script/data/mysql-data.sql
index 67ebec32b..b514325fc 100644
--- 
a/streampark-console/streampark-console-service/src/main/assembly/script/data/mysql-data.sql
+++ 
b/streampark-console/streampark-console-service/src/main/assembly/script/data/mysql-data.sql
@@ -30,7 +30,7 @@ insert into `t_team` values (100000, 'default', null, now(), 
now());
 -- ----------------------------
 -- Records of t_flink_app
 -- ----------------------------
-insert into `t_flink_app` values (100000, 100000, 2, 4, null, null, 'Flink SQL 
Demo', null, null, null, null, null, null , null, 100000, null, 1, null, null, 
null, null, null, null, null, null, '0', 0, null, null, null, null, null, null, 
'Flink SQL Demo', 0, null, null, null, null, null, null, null, 0, 0, now(), 
now(), null, 1, 1, null, null, null, null, null, null, 0, null, null, null, 
'streampark,test', 0);
+insert into `t_flink_app` values (100000, 100000, 2, 4, null, null, 'Flink SQL 
Demo', null, null, null, null, null, null , null, 100000, null, 1, null, null, 
null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, 
'Flink SQL Demo', 0, null, null, null, null, null, null, null, 0, 0, now(), 
now(), null, 1, 1, null, null, null, null, null, null, 0, null, null, null, 
'streampark,test', 0);
 
 -- ----------------------------
 -- Records of t_flink_effective
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 98b787187..8e0fa63b8 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
@@ -25,7 +25,7 @@ insert into "public"."t_team" values (100000, 'default', 
null, now(), now());
 -- ----------------------------
 -- Records of t_flink_app
 -- ----------------------------
-insert into "public"."t_flink_app" values (100000, 100000, 2, 4, null, null, 
'Flink SQL Demo', null, null, null, null, null, null , null, 100000, null, 1, 
null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, 
null, 'Flink SQL Demo', 0, null, null, null, null, null, null, null, 0, 0, 
now(), now(), null, 1, true, null, null, null, null, null, null, false, null, 
null, null, 'streampark,test');
+insert into "public"."t_flink_app" values (100000, 100000, 2, 4, null, null, 
'Flink SQL Demo', null, null, null, null, null, null , null, 100000, null, 1, 
null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, 
null, null, 'Flink SQL Demo', 0, null, null, null, null, null, null, null, 0, 
0, now(), now(), null, 1, true, null, null, null, null, null, null, false, 
null, null, null, 'streampark,test', false);
 
 -- ----------------------------
 -- Records of t_flink_effective

Reply via email to