Fix indexes creation
- Jul 01, 2019
-
-
Hugo Beauzée-Luyssen authored
So that we can load the current model version as early as possible. This and the 2 previous commits fix an issue causing playlist & media triggers to be missing on first run, as the model was loaded too early, and was evaluated to 0
a253d624 -
Hugo Beauzée-Luyssen authored
See previous commit
e2fd48d2 -
Hugo Beauzée-Luyssen authored
Not createTable, as this might cause problems during the migration (where we usually assume that createTriggers will create the triggers & index, while createTable will essentially do the same as the included table files)
f159dfa1
-