Closed macfarlandian closed 9 years ago
the SQLAlchemy ORM is just silently ignoring all instructions to index the underlying database (at least in SQLite), I think because we are creating the DB in the preprocessor before defining the models
fixed by 6743be427d8686f45d9d24f88b96b3b6f2aeb19b
the SQLAlchemy ORM is just silently ignoring all instructions to index the underlying database (at least in SQLite), I think because we are creating the DB in the preprocessor before defining the models