From e90e1283f965d30286a6511fe10ccc2817e846eb Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 18 Nov 2019 03:32:43 -0600 Subject: Committing this unnecessary schema version update. --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 0e5aca23d..bfb123aa3 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2019_11_18_064252) do +ActiveRecord::Schema.define(version: 2019_11_18_084127) do # These are extensions that must be enabled in order to support this database enable_extension "pg_trgm" -- cgit