Skip to content

Commit

Permalink
Updated migration
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypoydar committed May 8, 2009
1 parent 4ddf52f commit 20b9224
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/migrate/20090508120000_create_users.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def self.up


add_index :users, :email add_index :users, :email
add_index :users, :username add_index :users, :username
add_index :users, :persistence_token
add_index :users, :last_request_at


end end


Expand Down

0 comments on commit 20b9224

Please sign in to comment.