Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class AddLocationToSubscription < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :subscriptions, :subscription_location_id, :integer, :references => :newsletter_allowed_values
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :subscriptions, :subscription_location_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user