[collector model] add prefix to name of index
This commit is contained in:
parent
1e4d474e23
commit
67a4063a21
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ class Teile(models.Model):
|
|||
models.UniqueConstraint(fields=["name"], name="unique_names"),
|
||||
]
|
||||
indexes = [
|
||||
models.Index(fields=["modified"], name="modified"),
|
||||
models.Index(fields=["modified"], name="idx_modified"),
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue