Skip to content

Commit

Permalink
fix: Migrations missing due to circular dependency (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvapt authored Mar 30, 2023
1 parent d6503c0 commit e81c8ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apitokens/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ class Migration(migrations.Migration):
('knox', '0008_remove_authtoken_salt'),
]

replaces = [
('apitokens', '0001_initial'),
('apitokens', '0002_migrate_auth_token_to_apitoken'),
]

operations = [
migrations.CreateModel(
name='Token',
Expand Down

0 comments on commit e81c8ca

Please sign in to comment.