From 5fb6035f0dc03f6fae0ad9af4d95a49c8985ed57 Mon Sep 17 00:00:00 2001 From: Stalary Date: Wed, 1 Feb 2023 21:11:05 +0800 Subject: [PATCH] fix: 3.1.1_schema mysql ddl sql error (#13485) --- .../sql/upgrade/3.1.1_schema/mysql/dolphinscheduler_ddl.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/mysql/dolphinscheduler_ddl.sql b/dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/mysql/dolphinscheduler_ddl.sql index 989c9b51ab..09043f3c10 100644 --- a/dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/mysql/dolphinscheduler_ddl.sql +++ b/dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/mysql/dolphinscheduler_ddl.sql @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ ---- rename t_ds_fav_task task_name to task_type +-- rename t_ds_fav_task task_name to task_type drop procedure if exists modify_t_ds_fav_task_task_name; delimiter d// CREATE PROCEDURE modify_t_ds_fav_task_task_name()