Closed justinhynes closed 7 months ago
This fixes an invalid ENGINE setting in the default database settings in the base.py file.
ENGINE
base.py
Sets the default ENGINE value to django.db.backends.mysql, which matches default values for other IDAs.
django.db.backends.mysql
This resolves an issue with migrations not running in development environments.
Closed -- at this time it doesn't look like we're going to update the default in source.
This fixes an invalid
ENGINE
setting in the default database settings in thebase.py
file.Sets the default
ENGINE
value todjango.db.backends.mysql
, which matches default values for other IDAs.This resolves an issue with migrations not running in development environments.