-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luisella Strona
committed
Jan 13, 2025
1 parent
a3116a0
commit c90a4b1
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
common/migrations/0013_versiongroup_common_vers_current_04c358_idx.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Generated by Django 4.2.16 on 2025-01-13 10:43 | ||
|
||
from django.db import migrations | ||
from django.db import models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("common", "0012_user_sso_uuid"), | ||
] | ||
|
||
operations = [ | ||
migrations.AddIndex( | ||
model_name="versiongroup", | ||
index=models.Index( | ||
fields=["current_version"], | ||
name="common_vers_current_04c358_idx", | ||
), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters