Skip to content
Snippets Groups Projects
Commit b38b5605 authored by Shinya Maeda's avatar Shinya Maeda
Browse files

Fix schema version for background migration spec

parent 32c48ef7
No related branches found
No related tags found
No related merge requests found
require 'spec_helper'
 
describe Gitlab::BackgroundMigration::MigrateLegacyArtifacts, :migration, schema: 20180427161409 do
describe Gitlab::BackgroundMigration::MigrateLegacyArtifacts, :migration, schema: 20180430161409 do
let(:namespaces) { table(:namespaces) }
let(:projects) { table(:projects) }
let(:pipelines) { table(:ci_pipelines) }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment