diff options
| author | Lin Jen-Shin <godfat@godfat.org> | 2017-08-07 17:11:11 +0800 |
|---|---|---|
| committer | Lin Jen-Shin <godfat@godfat.org> | 2017-08-07 21:20:26 +0800 |
| commit | 4d7c072da3b61d26ef86df0fde096c5f8dad4fc5 (patch) | |
| tree | e4e621c00987d2650898227fb553b094ba59f729 /app | |
| parent | e8a439ab68575bea85e46005412a4193f53366d7 (diff) | |
| download | gitlab-ce-4d7c072da3b61d26ef86df0fde096c5f8dad4fc5.tar.gz | |
Reset only migration models36052-reset-only-migration-models
So that we could make sure migration tests could run even if
geo is not setup in EE.
This is because we have a model like this:
``` ruby
class Geo::BaseRegistry < ActiveRecord::Base
def self.connection
raise 'Geo secondary database is not configured' unless Gitlab::Geo.geo_database_configured?
super
end
end
```
Diffstat (limited to 'app')
0 files changed, 0 insertions, 0 deletions
