mirror of https://github.com/fspc/BikeShed-1.git
Jason Denney
12 years ago
9 changed files with 25 additions and 7 deletions
@ -0,0 +1,6 @@ |
|||
class AddUsernameToUser < ActiveRecord::Migration |
|||
def change |
|||
add_column :users, :username, :string |
|||
add_index :users, :username, :unique => true |
|||
end |
|||
end |
Loading…
Reference in new issue