forked from CGM_Public/pretix_original
Fix duplicate key on SQLite (#4038)
* Fix duplicate key on SQLite * Update migration
This commit is contained in:
@@ -122,7 +122,6 @@ class ReusableMedium(LoggedModel):
|
||||
class Meta:
|
||||
unique_together = (("identifier", "type", "organizer"),)
|
||||
indexes = [
|
||||
models.Index(fields=("identifier", "type", "organizer")),
|
||||
models.Index(fields=("updated", "id")),
|
||||
]
|
||||
ordering = "identifier", "type", "organizer"
|
||||
|
||||
Reference in New Issue
Block a user