Skip to content
Snippets Groups Projects
Commit ec46fe01 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Removes initial migrations

parent 18a0fa0d
No related branches found
No related tags found
Loading
Pipeline #33450 failed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -16,6 +16,7 @@ test-code: ...@@ -16,6 +16,7 @@ test-code:
script: script:
- cd ldvspec - cd ldvspec
- pip install -r requirements/dev.txt - pip install -r requirements/dev.txt
- rm lofardata/migrations/????_*.py
- python manage.py makemigrations --settings ldvspec.settings.ci - python manage.py makemigrations --settings ldvspec.settings.ci
- python manage.py migrate --settings ldvspec.settings.ci - python manage.py migrate --settings ldvspec.settings.ci
- python manage.py test --settings ldvspec.settings.ci - python manage.py test --settings ldvspec.settings.ci
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment