Skip to content

Commit

Permalink
[HOT-FIX] Corrige migração de api token com adição de dependência
Browse files Browse the repository at this point in the history
  • Loading branch information
cantuariavc committed May 11, 2020
1 parent 645c8ab commit 4bb0f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sapl/api/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Migration(migrations.Migration):

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('authtoken', '0002_auto_20160226_1747')
]

operations = [
Expand Down

0 comments on commit 4bb0f62

Please sign in to comment.