unicef / iogt

BSD 2-Clause "Simplified" License
25 stars 35 forks source link

Revert auto field migrations #1621

Closed istride closed 1 year ago

istride commented 1 year ago

Reverts most recent database migrations resulting from setting the default auto field to BigAutoField, and sets the default auto field to AutoField instead to avoid further database migrations, especially in third-party apps such as 'wagtailmenus'.

Closes #1619