summaryrefslogtreecommitdiffstats
path: root/application/migrations/010_files_innodb.php
AgeCommit message (Collapse)AuthorFilesLines
2015-02-03Support database table prefixesFlorian Pritz1-3/+5
This also cleans up some inconsistencies with quotes. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-09-18Correcting bracket style for 'if'Rafael Bodill1-2/+1
2014-09-18Migrations support for PostgreSQLRafael Bodill1-3/+6
2013-09-22Use InnoDB for the files tablePierre Schmitz1-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>