det101 commented on code in PR #17339:
URL: 
https://github.com/apache/dolphinscheduler/pull/17339#discussion_r2281389059


##########
dolphinscheduler-dao/src/main/resources/sql/upgrade/3.3.1_schema/mysql/dolphinscheduler_ddl.sql:
##########
@@ -14,7 +14,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
 */
-
+-- id is AUTO_INCREMENT;
+ALTER TABLE t_ds_workflow_definition MODIFY id INT NOT NULL;

Review Comment:
   I encountered an issue when using MySQL as the database, where the init-job 
failed to execute the 3.3.1 SQL. I have discussed this problem with @ruanwenjun 
, and we resolved it together in my PR. However, if we need to split this 
solution into two PRs, I suggest merging the part that addresses the SQL issue 
first. I would appreciate any suggestions you might have on this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to