Browse Source

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

3.2.0-release
Stalary 2 years ago committed by GitHub
parent
commit
5fb6035f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/mysql/dolphinscheduler_ddl.sql

2
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()

Loading…
Cancel
Save