Skip to content

Commit

Permalink
Remove unintended change from global search and replace
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed Nov 20, 2024
1 parent 0a8f104 commit 0da3d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20240621100548_add_settings_to_organizations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def change
t.string :three_sixty_dialog_client_id
t.string :three_sixty_dialog_client_waba_account_id
t.string :email_from_address
t.string :whats_app_more_info_message, default: ''
t.string :whats_app_profile_about, default: ''
t.jsonb :onboarding_allowed, default: { threema: true, telegram: true, email: true, signal: true, whats_app: true }
t.index :telegram_bot_username, unique: true
end
Expand Down

0 comments on commit 0da3d4b

Please sign in to comment.