diff options
-rw-r--r-- | db/post_migrate/20170306170512_migrate_legacy_manual_actions.rb (renamed from db/migrate/20170306090835_migrate_legacy_manual_actions.rb) | 0 | ||||
-rw-r--r-- | db/schema.rb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170306090835_migrate_legacy_manual_actions.rb b/db/post_migrate/20170306170512_migrate_legacy_manual_actions.rb index 9020e0d054c..9020e0d054c 100644 --- a/db/migrate/20170306090835_migrate_legacy_manual_actions.rb +++ b/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" |