Changes between Version 3 and Version 4 of Ticket #34871, comment 10
- Timestamp:
- Feb 22, 2024, 1:20:24 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34871, comment 10
v3 v4 15 15 16 16 models.UniqueConstraint( 17 Case(When(Exact(F("active" , True), then=F("email"))),17 Case(When(Exact(F("active"), True), then=F("email"))), 18 18 name="unique_active_email", 19 19 )