mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:16:00 +01: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]
|
||||
def up
|
||||
add_column :users, :privacy_require_user, :boolean, default: false
|
||||
|
|
Loading…
Reference in a new issue