[PR #6089] Remove duplicated enum type comment from declaration. #9846

Open
opened 2026-01-22 16:05:36 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/6089

State: closed
Merged: Yes


Diff command generate duplicated comment declaration:
ALTER TABLE test CHANGE type type ENUM('enabled', 'disabled', 'bonus', 'jackpot') COMMENT '(DC2Type:enum_status)' NOT NULL COMMENT '(DC2Type:enum_status)''

**Original Pull Request:** https://github.com/doctrine/orm/pull/6089 **State:** closed **Merged:** Yes --- Diff command generate duplicated comment declaration: ALTER TABLE test CHANGE type type ENUM(\'enabled\', \'disabled\', \'bonus\', \'jackpot\') COMMENT \'(DC2Type:enum_status)\' NOT NULL COMMENT \'(DC2Type:enum_status)\''
admin added the pull-request label 2026-01-22 16:05:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9846