From 75857e94bd878395a6d649580dd08207ea4c41fa Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Sat, 16 Jul 2016 20:54:07 +0200 Subject: Fix AddWhenAndYamlVariablesToCiBuilds migration --- db/migrate/20160716115710_add_when_and_yaml_variables_to_ci_builds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') 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" -- cgit v1.2.1