mirror of
https://github.com/quay/quay.git
synced 2026-01-27 18:42:52 +03:00
RepoMirrorConfig in the current database migration version has a non-null constraint on the internal_robot field, but the model in database.py does not. Updates the model to match the current database revision, and handles delete api calls when there are mirrors still using the robot. Also set a default test DATABASE_SECRET_KEY when generating the test.db