Browse Source

fix: 3.1.1_schema mysql ddl sql error (#13485)

Stalary 2 years ago
parent
commit
5fb6035f0d

+ 1 - 1
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()