summaryrefslogtreecommitdiffstats
path: root/application/migrations/009_add_apikeys.php
AgeCommit message (Collapse)AuthorFilesLines
2014-09-19apikeys.created should be timestamp with default now()Rafael Bodill1-1/+1
2014-09-18Correcting bracket style for 'if'Rafael Bodill1-5/+4
2014-09-18Migrations support for PostgreSQLRafael Bodill1-10/+26
2013-08-11Add API key supportFlorian Pritz1-0/+24
Signed-off-by: Florian Pritz <bluewind@xinu.at>