SbloodyS commented on code in PR #17988:
URL: 
https://github.com/apache/dolphinscheduler/pull/17988#discussion_r2844722698


##########
dolphinscheduler-dao/src/main/resources/sql/upgrade/3.4.1_schema/mysql/dolphinscheduler_ddl.sql:
##########
@@ -14,3 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
 */
+
+ALTER TABLE `t_ds_serial_command`
+MODIFY COLUMN `workflow_definition_code` BIGINT(20) NOT NULL COMMENT 'workflow 
definition code';

Review Comment:
   ```suggestion
   MODIFY COLUMN `workflow_definition_code` BIGINT(20) NOT NULL COMMENT 
'workflow definition code';
   
   ```
   
   We should leave an blank line at the bottom of each file.



-- 
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