From bdf9804055dc4825bc6de1a1091b6e398440b47c Mon Sep 17 00:00:00 2001 From: Xavier MALPARTY Date: Mon, 28 Jun 2021 17:03:46 +0700 Subject: [PATCH] [#7] Migrate DB after rebase - fix missing forzen string literal --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index b99f6c89..c0ebb043 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. @@ -11,7 +13,6 @@ # It's strongly recommended that you check this file into your version control system. ActiveRecord::Schema.define(version: 2021_06_28_063806) do - # These are extensions that must be enabled in order to support this database enable_extension 'citext' enable_extension 'plpgsql'