summaryrefslogtreecommitdiffstats
path: root/core/Migrations
Commit message (Collapse)AuthorAgeFilesLines
* Install new instances with bigint filecacheJoas Schilling2017-10-131-14/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't change the filecache schema on updateJoas Schilling2017-10-131-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Restore the sequencial orderJoas Schilling2017-09-291-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate all core id columns to bigintJoas Schilling2017-09-291-0/+42
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix missing "unsigned" on integer columnsJoas Schilling2017-09-192-17/+121
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix headersJoas Schilling2017-08-142-6/+44
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure the accounts table existsJoas Schilling2017-08-141-0/+59
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Install from migrationsJoas Schilling2017-07-251-0/+897
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add migration for personal settings stuffJoas Schilling2017-07-051-0/+93
Signed-off-by: Joas Schilling <coding@schilljs.com>