updated readme
This commit is contained in:
9
db/migrate/20110808221332_add_username_to_users.rb
Normal file
9
db/migrate/20110808221332_add_username_to_users.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class AddUsernameToUsers < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :users, :username, :string
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :users, :username
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user