Forgot migration from previous commit. Also added links to home page
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddMarketingSourceToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :marketing_source, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user