After #1432 is merged, a couple of things will remain to be done with the migrations:
- remove
Folder stuff
- in
open_sqlite_library replace make_tables with code that creates the tables in the appropriate migrations
- split migrations out of opening function (preparation for 4. and the subpoint)
- then split migrations out of library class
- 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