summaryrefslogtreecommitdiffstats
path: root/models/migrations/migrations.go
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite of access migrationPeter Smit2015-02-131-60/+78
| | | | | | | | The old migration had a few issues: - It left old column names around - It did not give the right access levels for owners and admins Also, this includes a migration that fixes the authorization of owner teams, which was previously ORG_ADMIN (instead of ORG_OWNER)
* models/migrations: finish accessRefactorUnknwon2015-02-121-5/+90
|
* Merge pull request #941 from phsmit/access_refactor无闻2015-02-121-0/+6
|\ | | | | Access refactor
| * Refactoring of the Access TablePeter Smit2015-02-121-2/+8
| | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
* | models/migrations: fix little logic errorUnknwon2015-02-121-10/+12
|/
* Some comments and improvements for migrationsPeter Smit2015-02-121-14/+16
|
* models/migartions: make Migration as interface and use sessionUnknwon2015-02-111-22/+61
|
* first pass work on migration #925Unknwon2015-02-111-44/+51
|
* Fix collaboration migration codePeter Smit2015-02-041-4/+15
|
* Introducing Collaboration StructPeter Smit2015-01-231-1/+97
|
* Migration code: errors are not to be forgottenPeter Smit2015-01-221-2/+6
|
* Clean up migrations codePeter Smit2015-01-221-4/+6
|
* Create db migrations frameworkPeter Smit2015-01-221-0/+47