[PR #11353] Remove obsolete and unnecessary properties from Table attribute (#11351) #12959

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

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

State: closed
Merged: Yes


The properties indexes and uniqueConstraints were present before and were used for the AnnotationDriver but were never implemented for the AttributeDriver.
Since the AnnotationDriver doesn't exist anymore these can be safely removed reducing possible confusion when defining indices and uniqueConstraints in the Table attribute which never worked anyway.

Fixes #11351

**Original Pull Request:** https://github.com/doctrine/orm/pull/11353 **State:** closed **Merged:** Yes --- The properties `indexes` and `uniqueConstraints` were present before and were used for the `AnnotationDriver` but were never implemented for the `AttributeDriver`. Since the `AnnotationDriver` doesn't exist anymore these can be safely removed reducing possible confusion when defining indices and uniqueConstraints in the `Table` attribute which never worked anyway. Fixes #11351
admin added the pull-request label 2026-01-22 16:15:43 +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#12959