diff options
-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" |