mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-08 16:44:20 +01:00
Add a user preference that can be used as a fallback for the sender authentication.
This commit is contained in:
parent
f40e3c0788
commit
ddcd468070
7 changed files with 21 additions and 4 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddSmspermittedsendersToPreference < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :preferences, :sms_permitted_senders, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue