From 9e1b2eb4ca3fef94439da1d6bfaccf0a4f11876e Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Tue, 5 Nov 2019 22:58:14 +0000 Subject: [PATCH] Fix migration mismatch It looks like this was probably changed whilst resolving a merge conflict somewhere. The number doesn't match the last migration file, and it's breaking the ofn-install CI build (as well as migrations on fresh servers). --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 1d6ef5f445..288c838266 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20191023105006) do +ActiveRecord::Schema.define(:version => 20191023172424) do create_table "adjustment_metadata", :force => true do |t| t.integer "adjustment_id"