Skip to content

Commit

Permalink
bug: fix migration dependency and add to migrations lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Jtang-1 committed Jan 23, 2025
1 parent 403d6b5 commit 3181f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def reversion_api_tokens(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('translations', '0007_populate_smstranslations'),
('translations', '0009_auto_20200924_1753'),
]

operations = [
Expand Down
2 changes: 2 additions & 0 deletions migrations.lock
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ geospatial
0006_geoconfig_max_cases_per_user_and_more
0007_geoconfig_max_case_distance_and_more
0008_geoconfig_flag_assigned_cases
0009_geoconfig_api_key_cbc_encryption
hqadmin
0001_initial
0002_vcmmigrationaudit
Expand Down Expand Up @@ -1164,6 +1165,7 @@ translations
0007_populate_smstranslations
0008_remove_couch_id
0009_auto_20200924_1753
0010_transifex_organization_api_token_encryption
two_factor
(no migrations)
user_importer
Expand Down

0 comments on commit 3181f58

Please sign in to comment.