summaryrefslogtreecommitdiffstats
path: root/application/migrations/011_apikeys_add_access_level.php
AgeCommit message (Collapse)AuthorFilesLines
2015-02-03Support database table prefixesFlorian Pritz1-6/+10
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-6/+24
2014-02-21Implement multiple access levels for api keysFlorian Pritz1-0/+19
This allows to use an api key to write a completly standalone client. Signed-off-by: Florian Pritz <bluewind@xinu.at>