From b85f8d4b457b3fd58659e0c8d1479b6006b77e98 Mon Sep 17 00:00:00 2001 From: Jason Hsu Date: Mon, 16 Nov 2020 18:23:00 -0600 Subject: [PATCH] Updated db/schema.rb with 'bundle exec rake db:migrate' --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 30247daf3a..50d6f271f4 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: 20200912190210) do +ActiveRecord::Schema.define(version: 20201113163227) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"