Name |
Last commit
|
Last update |
---|---|---|
.. | ||
djangoapps | ||
djangolib | ||
lib | ||
__init__.py | ||
operations.py | ||
storage.py |
Unfortunately, instrospection.get_table_description runs select * from course_overview_courseoverview, which of course does not exist while django is calculating initial migrations, causing this to fail. Additionally, sqlite does not support information_schema, but does not do a select * from the table. Lift the main part of mysql's get_table_description up to the migration itself and just inspect it directly. Continue to call the API for sqlite.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
djangoapps | Loading commit data... | |
djangolib | Loading commit data... | |
lib | Loading commit data... | |
__init__.py | Loading commit data... | |
operations.py | Loading commit data... | |
storage.py | Loading commit data... |