etiquette/utilities/database_upgrader
voussoir 6522bda09c Add basename in separate column so we can orderby it.
For a while I've wanted to be able to sort search results by the file's
basename. This is especially important for the cli. SQLite doesn't have
an easy way to split the filepath column by the slash, so the only
choice is to store basename as a separate column. I put it off for a
while but I think it's the right move. However we must not forget to
update it every time we update filepath, which is a bummer.
2021-01-01 17:02:00 -08:00
..
database_upgrader.py Add basename in separate column so we can orderby it. 2021-01-01 17:02:00 -08:00
old_inits.py Replace all double blank lines with single, improve hash headers. 2020-09-19 03:13:23 -07:00