diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-07-16 20:54:07 +0200 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-07-16 20:54:07 +0200 |
| commit | 75857e94bd878395a6d649580dd08207ea4c41fa (patch) | |
| tree | 5d2cab511adc04400e4021015a3c9ea1080d48df | |
| parent | 50b54951e84b4cfed23f5b3d57e2c785f44cb031 (diff) | |
| download | gitlab-ce-75857e94bd878395a6d649580dd08207ea4c41fa.tar.gz | |
Fix AddWhenAndYamlVariablesToCiBuilds migration
| -rw-r--r-- | db/migrate/20160716115710_add_when_and_yaml_variables_to_ci_builds.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20160716115710_add_when_and_yaml_variables_to_ci_builds.rb b/db/migrate/20160716115710_add_when_and_yaml_variables_to_ci_builds.rb index 816a32aa0d3..800e88f789d 100644 --- a/db/migrate/20160716115710_add_when_and_yaml_variables_to_ci_builds.rb +++ b/db/migrate/20160716115710_add_when_and_yaml_variables_to_ci_builds.rb @@ -1,7 +1,7 @@ # See http://doc.gitlab.com/ce/development/migration_style_guide.html # for more information on how to write migrations for GitLab. -class AddWhenAndYamlVariablesCiBuilds < ActiveRecord::Migration +class AddWhenAndYamlVariablesToCiBuilds < ActiveRecord::Migration include Gitlab::Database::MigrationHelpers # When using the methods "add_concurrent_index" or "add_column_with_default" |
