diff options
| author | Valery Sizov <vsv2711@gmail.com> | 2015-03-03 13:34:56 +0200 |
|---|---|---|
| committer | Valery Sizov <vsv2711@gmail.com> | 2015-03-03 13:34:56 +0200 |
| commit | 16f31cebd1679a13f210218931c33d6283ea6e02 (patch) | |
| tree | 2ee253e9066141d6c4212f818dd5c44578636391 /config/environments/production.rb | |
| parent | e3b2180e57e677ab9e263200645a32d24b5147eb (diff) | |
| parent | d7df7cf927fa2a9295b8412ddb30342430e71391 (diff) | |
| download | gitlab-ci-16f31cebd1679a13f210218931c33d6283ea6e02.tar.gz | |
Merge branch 'master' of github.com:gitlabhq/gitlab-ci
Diffstat (limited to 'config/environments/production.rb')
| -rw-r--r-- | config/environments/production.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 7cad55b..4c8361c 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -74,4 +74,7 @@ GitlabCi::Application.configure do config.eager_load = true config.assets.js_compressor = :uglifier + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false end |
