This is an automated email from the ASF dual-hosted git repository.
zhongjiajie 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 5fb6035f0d fix: 3.1.1_schema mysql ddl sql error (#13485)
5fb6035f0d is described below
commit 5fb6035f0dc03f6fae0ad9af4d95a49c8985ed57
Author: Stalary <[email protected]>
AuthorDate: Wed Feb 1 21:11:05 2023 +0800
fix: 3.1.1_schema mysql ddl sql error (#13485)
---
.../resources/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()