mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Remove safety_assured
This commit is contained in:
parent
f48a512b10
commit
e4f80dbf2b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
class AddUtmParametersToUsers < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
safety_assured do
|
||||
# safety_assured do
|
||||
add_column :users, :utm_source, :string
|
||||
add_column :users, :utm_medium, :string
|
||||
add_column :users, :utm_campaign, :string
|
||||
add_column :users, :utm_term, :string
|
||||
add_column :users, :utm_content, :string
|
||||
end
|
||||
# end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue