You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure why they are there, none of the fields are allowed to be 0, and its quite possibly the reason AlterField migrations for those fields break when the database backend is mysql
Not sure if we need a separate task to track this, but the removal of the migrations in 7ddb49f (which was a fallout of #45, for reasons that are related to the present issue) is causing a problem, where running "makemigrations" (even on a downstream project!) creates a new auto migration under django_peeringdb that alters all the fields…
Not sure why they are there, none of the fields are allowed to be 0, and its quite possibly the reason
AlterField
migrations for those fields break when the database backend is mysqlRelates to #46
The text was updated successfully, but these errors were encountered: