summaryrefslogtreecommitdiffstats
path: root/application/migrations/006_add_username_index.php
AgeCommit message (Collapse)AuthorFilesLines
2015-09-20postgres: Add missing prefix to index creationFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-02-03Support database table prefixesFlorian Pritz1-5/+9
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/+4
2014-09-18Migrations support for PostgreSQLRafael Bodill1-8/+24
2012-07-26fix typo in migration "add username index"Florian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-07-12Add unique index for users.usernameFlorian Pritz1-0/+21
Signed-off-by: Florian Pritz <bluewind@xinu.at>