Gab Social. All are welcome.
This commit is contained in:
5
db/migrate/20170714184731_add_domain_to_subscriptions.rb
Normal file
5
db/migrate/20170714184731_add_domain_to_subscriptions.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddDomainToSubscriptions < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :subscriptions, :domain, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user