summaryrefslogtreecommitdiffstats
path: root/application/migrations/013_add_multipaste.php
AgeCommit message (Collapse)AuthorFilesLines
2015-02-03Support database table prefixesFlorian Pritz1-10/+12
This also cleans up some inconsistencies with quotes. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-02-03Use exceptions instead of show_errorFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-09-19Optimizing multipaste tablesRafael Bodill1-17/+7
2014-09-18Correcting bracket style for 'if'Rafael Bodill1-5/+4
2014-09-18Migrations support for PostgreSQLRafael Bodill1-21/+56
2014-08-29add multipaste supportFlorian Pritz1-0/+36
Signed-off-by: Florian Pritz <bluewind@xinu.at>