Remove email column and index. Fix schema.
commitf163d72d0b05af77829c0c8dbd34a69db63a5dcb
authorRavi Chandra Padmala <neenaoffline@gmail.com>
Sun, 25 Nov 2012 01:46:08 +0000 (25 07:16 +0530)
committerRavi Chandra Padmala <neenaoffline@gmail.com>
Sun, 25 Nov 2012 06:01:06 +0000 (25 11:31 +0530)
tree3de3c4630486e79a87f945139502ddc11f104b89
parente71d0664e5c85bfc6c550b95e26ef265a4fe1df6
Remove email column and index. Fix schema.

This prevented us from creating more than one user.
app/controllers/tags_controller.rb [new file with mode: 0644]
app/models/user.rb
db/migrate/20121125014228_remove_column_users_email.rb [new file with mode: 0644]
db/schema.rb