summaryrefslogtreecommitdiff
path: root/dbschema.sql
AgeCommit message (Collapse)Author
2008-09-02- Added active-flag to database (convenient when scanning paths)Kjetil Ørbekk
- Disable active-flag on old directories
2008-08-14- Added path table to dbschemaKjetil Ørbekk
2008-08-13- Add track number on import [Rune Hammersland]Kjetil Ørbekk
2008-08-12- Added extension and mtime to dbschema and scanning codeKjetil Ørbekk
mtime: preparation for updating files already in the db extension: to include extension in the mp3fs hierarchy
2008-08-09- Rename list to lookup, and change it, so a generic lookup callback thatUlf Lilleengen
will be called with the retrieved data can be specified. - Add filepath to the database schema.
2008-08-03- Correct typo in db schema.Ulf Lilleengen
- Add mp3_list which given a query and a field number, prints out values from the query.
2008-08-03- Initial implementation of sqlite3 as backend for music.Ulf Lilleengen
- Add current database schema. - Remove old query support, since this is replaced by sqlite now.