Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-03 | Support database table prefixes | Florian Pritz | 1 | -3/+5 | |
This also cleans up some inconsistencies with quotes. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-09-18 | Correcting bracket style for 'if' | Rafael Bodill | 1 | -2/+1 | |
2014-09-18 | Migrations support for PostgreSQL | Rafael Bodill | 1 | -3/+6 | |
2013-09-22 | Use InnoDB for the files table | Pierre Schmitz | 1 | -0/+16 | |
The files table was MyISAM even though all other tables were InnoDB. We should avoid mixing types here (backups, transactions and performance). Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Florian Pritz <bluewind@xinu.at> |