Skip to content
Snippets Groups Projects
Commit 44f1c051 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[utils] Don't backup Job/JobSplits as that requires a recursive dependence on the experiments app

parent 8f3d1cf1
No related branches found
No related tags found
1 merge request!197[utils] Don't backup Job/JobSplits as that requires a recursive dependence on the experiments app
Pipeline #
......@@ -130,6 +130,8 @@ class Command(BaseCommand):
'admin',
'contenttypes',
'auth.Permission',
'backend.Job',
'backend.JobSplit',
],
)
......
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