mastodon/lib
Eugen Rochko 018a9e4e7f
Add post-deployment migration system (#8182)
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:

83c8241160
2018-08-13 13:40:01 +02:00
..
assets Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
devise Add LDAP_TLS_NO_VERIFY option, don't require LDAP_ENABLED outside .env (#6845) 2018-03-20 19:41:51 +01:00
generators Add post-deployment migration system (#8182) 2018-08-13 13:40:01 +02:00
mastodon Redesign public profiles and toots (#8068) 2018-07-28 19:25:33 +02:00
paperclip Resize images by area instead of fixed dimensions (#8083) 2018-07-28 03:33:00 +02:00
tasks Add some feedback to maintenance rake tasks (#8173) 2018-08-11 22:02:55 +02:00
templates Add post-deployment migration system (#8182) 2018-08-13 13:40:01 +02:00