scos-sensor icon indicating copy to clipboard operation
scos-sensor copied to clipboard

Run Django migrations and specify default type for auto-created primary keys

Open aromanielloNTIA opened this issue 9 months ago • 0 comments

Run manage.py makemigrations and manage.py migrate to create and apply missing migrations for status and task pages. This is normally done when starting the containers, but committing these changes makes it so that isn't necessary.

Also suppresses Django warnings by explicitly specifying the default field type for auto-created primary keys. There are a number of models in SCOS Sensor which have primary keys autogenerated, and there is no change to that functionality.

aromanielloNTIA avatar May 10 '24 13:05 aromanielloNTIA