Skip to content

Commit

Permalink
new migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
n0remac committed Nov 2, 2022
1 parent c6a2045 commit 434bbfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/stts/migrations/0007_stt_ssp.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Migration(migrations.Migration):

run_before = [
dependencies = [
('stts', '0006_alter_stt_filenames'),
]

Expand Down
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/stts/migrations/0008_update_ssp.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _update_stts(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('stts', '0006_alter_stt_filenames'),
('stts', '0007_stt_ssp'),
]

operations = [
Expand Down

0 comments on commit 434bbfd

Please sign in to comment.