Skip to content

Commit

Permalink
fix: 3.1.1_schema mysql ddl sql error (#13485)
Browse files Browse the repository at this point in the history
  • Loading branch information
stalary authored Feb 1, 2023
1 parent b11431d commit 5fb6035
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5fb6035

Please sign in to comment.