Merge pull request #2201 from ryanpetrello/release_3.3.0

fix busted migrations
This commit is contained in:
Ryan Petrello 2018-06-15 20:48:43 -04:00 committed by GitHub
commit a3a9b04416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('main', '0040_v330_unifiedjob_controller_node'),
('main', '0041_v330_update_oauth_refreshtoken'),
]
operations = [