diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-02-12 13:23:03 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-02-12 13:23:03 +0100 |
commit | acc70f7da1c21071a11bb07b86486c8e61799be8 (patch) | |
tree | 3bf994dc21edb23f0442c097a4cf6b06780675b9 /db | |
parent | 14a9c951cc5baf14d5bbef7fa09782dd79d811c1 (diff) | |
download | gitlab-ce-acc70f7da1c21071a11bb07b86486c8e61799be8.tar.gz |
Move pipeline stages background migration in time
Diffstat (limited to 'db')
-rw-r--r-- | db/post_migrate/20180212101928_schedule_build_stage_migration.rb (renamed from db/post_migrate/20180105101928_schedule_build_stage_migration.rb) | 0 | ||||
-rw-r--r-- | db/schema.rb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20180105101928_schedule_build_stage_migration.rb b/db/post_migrate/20180212101928_schedule_build_stage_migration.rb index b33127140bb..b33127140bb 100644 --- a/db/post_migrate/20180105101928_schedule_build_stage_migration.rb +++ b/db/post_migrate/20180212101928_schedule_build_stage_migration.rb diff --git a/db/schema.rb b/db/schema.rb index d07a4c31618..e3474a4995f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20180206200543) do +ActiveRecord::Schema.define(version: 20180212101928) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |