Skip to content

Commit

Permalink
fix conflicting migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
danlipert committed Oct 28, 2020
1 parent 9e36de0 commit 2269daf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 2.2.4 on 2020-10-27 20:36
# Generated by Django 2.2.4 on 2020-10-28 11:00

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('dashboard', '0157_auto_20201016_2225'),
('dashboard', '0158_profile_anonymize_gitcoin_grants_contributions_help'),
]

operations = [
Expand Down

0 comments on commit 2269daf

Please sign in to comment.