update with changes from Production branch
This commit is contained in:
9
db/migrate/20111209111008_rename_twitters_table.rb
Normal file
9
db/migrate/20111209111008_rename_twitters_table.rb
Normal file
@ -0,0 +1,9 @@
|
||||
class RenameTwittersTable < ActiveRecord::Migration
|
||||
def self.up
|
||||
rename_table :twitters, :twitter_accounts
|
||||
end
|
||||
|
||||
def self.down
|
||||
rename_table :twitter_accounts, :twitters
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user