From 3b35d1f8c153fb31af66049ba5461f9b39c66397 Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Mon, 6 Mar 2017 18:24:55 +0100 Subject: [PATCH] Migrate legacy actions in post deployment migration --- .../20170306170512_migrate_legacy_manual_actions.rb} | 0 db/schema.rb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename db/{migrate/20170306090835_migrate_legacy_manual_actions.rb => post_migrate/20170306170512_migrate_legacy_manual_actions.rb} (100%) diff --git a/db/migrate/20170306090835_migrate_legacy_manual_actions.rb b/db/post_migrate/20170306170512_migrate_legacy_manual_actions.rb similarity index 100% rename from db/migrate/20170306090835_migrate_legacy_manual_actions.rb rename to db/post_migrate/20170306170512_migrate_legacy_manual_actions.rb diff --git a/db/schema.rb b/db/schema.rb index d1d3f9d6dd5..68e755979ff 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: 20170306090835) do +ActiveRecord::Schema.define(version: 20170306170512) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"