After #1432 is merged, a couple of things will remain to be done with the migrations: 1. [ ] remove `Folder` stuff 2. [ ] in `open_sqlite_library` replace `make_tables` with code that creates the tables in the appropriate migrations 3. [ ] split migrations out of opening function (preparation for 4. and the subpoint) - [ ] then split migrations out of library class 4. [ ] make migrations sqlalchemy independent
After #1432 is merged, a couple of things will remain to be done with the migrations:
Folderstuffopen_sqlite_libraryreplacemake_tableswith code that creates the tables in the appropriate migrations