Closed EriktHove closed 1 year ago
Should be independent of folder structure
what seemed to work for the migration issues in the sensordata_sensordata database was deleting all the migration files (except the init file) in the sensordata app. (Watch the dependencies here)
Then I created a new migration file using 'python label_studio/manage.py makemigrations
That at first didnt work so I used the command python label_studio/manage.py migrate sensordata zero python label_studio/manage.py migrate
This did the trick
See Flowchart for design (for now not necessary) Update Flowchart