summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-16 20:54:07 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-07-16 20:54:07 +0200
commit75857e94bd878395a6d649580dd08207ea4c41fa (patch)
tree5d2cab511adc04400e4021015a3c9ea1080d48df
parent50b54951e84b4cfed23f5b3d57e2c785f44cb031 (diff)
downloadgitlab-ce-75857e94bd878395a6d649580dd08207ea4c41fa.tar.gz
Fix AddWhenAndYamlVariablesToCiBuilds migration
-rw-r--r--db/migrate/20160716115710_add_when_and_yaml_variables_to_ci_builds.rb2
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"