Add frozen_string_literal to migration templates

Part of #47424
This commit is contained in:
Stan Hu 2018-07-24 18:16:36 -07:00
parent 6cb30f8325
commit 05cb559d85
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.