mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 05:42:13 +02:00
Add frozen string literal comment
This commit is contained in:
parent
1fd50daa22
commit
3569cb335c
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class AddPrivacyRequireUserToUsers < ActiveRecord::Migration[6.1]
|
class AddPrivacyRequireUserToUsers < ActiveRecord::Migration[6.1]
|
||||||
def up
|
def up
|
||||||
add_column :users, :privacy_require_user, :boolean, default: false
|
add_column :users, :privacy_require_user, :boolean, default: false
|
||||||
|
|
Loading…
Reference in a new issue