Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | Extract counters from accounts table to account_stats table (#9295) | Eugen Rochko | |
2018-08-14 | Move status counters to separate table, count replies (#8104) | Eugen Rochko | |
* Move status counters to separate table, count replies * Migration to remove old counter columns from statuses table * Fix schema file | |||
2018-08-13 | Add post-deployment migration system (#8182) | Eugen Rochko | |
Adopted from GitLab CE. Generate new migration with: rails g post_deployment_migration name_of_migration_here By default they are run together with db:migrate. To not run them, the env variable SKIP_POST_DEPLOYMENT_MIGRATIONS must be set Code by Yorick Peterse <yorickpeterse@gmail.com>, see also: https://gitlab.com/gitlab-org/gitlab-ce/commit/83c8241160ed48ab066e2c5bd58d0914a745197c |