Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-06 16:21:45 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-06 16:21:45 +0300
commit1ab0ffe3830340c0c9c2def74f59c95a44bcf9f7 (patch)
treedb166c4176f51bb8c61061771f4fe3821af65d85 /spec/lib/gitlab/background_migration
parentb50270a54efaa448e06018ad9a824ef4a512da31 (diff)
Update background stages migration timestamp
Diffstat (limited to 'spec/lib/gitlab/background_migration')
-rw-r--r--spec/lib/gitlab/background_migration/migrate_build_stage_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/background_migration/migrate_build_stage_spec.rb b/spec/lib/gitlab/background_migration/migrate_build_stage_spec.rb
index baa9c532c6d..b675db463af 100644
--- a/spec/lib/gitlab/background_migration/migrate_build_stage_spec.rb
+++ b/spec/lib/gitlab/background_migration/migrate_build_stage_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe Gitlab::BackgroundMigration::MigrateBuildStage, :migration, schema: 20171205101928 do
+describe Gitlab::BackgroundMigration::MigrateBuildStage, :migration, schema: 20180105101928 do
let(:projects) { table(:projects) }
let(:pipelines) { table(:ci_pipelines) }
let(:stages) { table(:ci_stages) }