From e0a42da5647050a82909219df07f82b3b20ae7de 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/schema.rb b/db/schema.rb index adfd1400..eb3e4cae 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.