Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorMark Tareshawty <tarebyte@github.com>2018-11-12 18:31:11 +0300
committerMark Tareshawty <tarebyte@github.com>2018-11-12 18:32:37 +0300
commit043dfa76a2b160e5a045cc7e17a1b9be50166861 (patch)
tree777d2df61c30ac6fa1c0bad53a74e7f8651a9df3 /db
parentaccb04438fb7471883729970195be6ea81dc19e9 (diff)
Ignore frozen_string_literal comment for db/schema.rb
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index b49fb6e7..98a82fd0 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1,5 +1,4 @@
-# frozen_string_literal: true
-#
+# encoding: UTF-8
# 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.