summaryrefslogtreecommitdiffstats
path: root/application/migrations/002_add_users.php
AgeCommit message (Collapse)AuthorFilesLines
2015-02-03Support database table prefixesFlorian Pritz1-20/+22
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-10/+6
2014-09-18Migrations support for PostgreSQLRafael Bodill1-29/+64
2012-04-10Fix syntax error in migration 2Florian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-04-09start working on usersFlorian Pritz1-0/+46
Signed-off-by: Florian Pritz <bluewind@xinu.at>