Update version number of stages statuses migration

This commit is contained in:
Grzegorz Bizon 2017-07-11 14:31:04 +02:00
parent 65b3c22009
commit bb67b4749b
4 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170707184244) do
ActiveRecord::Schema.define(version: 20170711145558) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

View File

@ -1,5 +1,5 @@
require 'spec_helper'
require Rails.root.join('db', 'post_migrate', '20170630111158_migrate_stages_statuses.rb')
require Rails.root.join('db', 'post_migrate', '20170711145558_migrate_stages_statuses.rb')
describe MigrateStagesStatuses, :migration do
let(:jobs) { table(:ci_builds) }