summaryrefslogtreecommitdiffstats
path: root/application/migrations
AgeCommit message (Expand)AuthorFilesLines
2014-10-19Clean up the postgres changesFlorian Pritz3-9/+4
2014-09-19Optimizing multipaste tablesRafael Bodill1-17/+7
2014-09-19apikeys.created should be timestamp with default now()Rafael Bodill1-1/+1
2014-09-19No column based encoding. Reverting dbforge migrationRafael Bodill1-15/+31
2014-09-18Correcting bracket style for 'if'Rafael Bodill13-95/+56
2014-09-18Migrations support for PostgreSQLRafael Bodill13-168/+426
2014-08-29add multipaste supportFlorian Pritz1-0/+36
2014-04-17migration 12: remove dependencies on users table againFlorian Pritz1-9/+0
2014-04-15Use alter table to rename tablesFlorian Pritz1-2/+2
2014-04-15migration 12: Remove tablename, fix ordering problemFlorian Pritz1-6/+6
2014-04-12Add foreign keys to databaseFlorian Pritz1-0/+29
2014-02-21Implement multiple access levels for api keysFlorian Pritz1-0/+19
2013-09-22Use InnoDB for the files tablePierre Schmitz1-0/+16
2013-08-11Add API key supportFlorian Pritz1-0/+24
2013-07-13Add profile page to allow changing the upload id limitsFlorian Pritz1-0/+31
2013-01-24Repurpose invitations table to actionsFlorian Pritz1-0/+37
2012-07-26fix typo in migration "add username index"Florian Pritz1-1/+1
2012-07-12Add unique index for users.usernameFlorian Pritz1-0/+21
2012-05-03remove password column from `files`Florian Pritz1-0/+21
2012-04-11Add filesize to history viewFlorian Pritz1-0/+22
2012-04-10Fix syntax error in migration 2Florian Pritz1-1/+1
2012-04-09Implement simple referral systemFlorian Pritz1-0/+33
2012-04-09start working on usersFlorian Pritz1-0/+46
2011-12-17use migrations; automatically set up the databaseFlorian Pritz1-0/+27