openedx / course-discovery

Service providing access to consolidated course and program metadata
https://edx-discovery.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
57 stars 173 forks source link

fix: update default database settings #4297

Closed justinhynes closed 7 months ago

justinhynes commented 7 months ago

This fixes an invalid ENGINE setting in the default database settings in the base.py file.

Sets the default ENGINE value to django.db.backends.mysql, which matches default values for other IDAs.

This resolves an issue with migrations not running in development environments.

justinhynes commented 7 months ago

Closed -- at this time it doesn't look like we're going to update the default in source.