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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 145e441afb [Fix-11633] The data type of the PostgreSQL database column 
is wrong. (#11633) (#11634)
145e441afb is described below

commit 145e441afb36ee704b45a00df1fd33a9e782e7c2
Author: seedscoder <[email protected]>
AuthorDate: Mon Aug 29 16:33:16 2022 +0800

    [Fix-11633] The data type of the PostgreSQL database column is wrong. 
(#11633) (#11634)
---
 .../src/main/resources/sql/dolphinscheduler_postgresql.sql              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql 
b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql
index f7cc1bf121..2c50e1d7de 100644
--- 
a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql
+++ 
b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql
@@ -428,7 +428,7 @@ CREATE TABLE t_ds_task_definition_log (
   project_code bigint DEFAULT NULL ,
   user_id int DEFAULT NULL ,
   task_type varchar(50) DEFAULT NULL ,
-  task_execute_type int(11) DEFAULT '0',
+  task_execute_type int DEFAULT '0',
   task_params text ,
   flag int DEFAULT NULL ,
   task_priority int DEFAULT '2' ,

Reply via email to