Skip to content
Snippets Groups Projects
Commit 4de70fb3 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

migrations order fixed

parent 517a15a4
No related branches found
No related tags found
1 merge request!280Resolve "sensitive configuration options should be only write only"
Pipeline #34792 passed
......@@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('web', '0181_worker_privacy_notice_accepted'),
('web', '0182_auto_20201126_1042'),
]
operations = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment