search for: droploginname

Displaying 1 result from an estimated 1 matches for "droploginname".

2007 Dec 21
0
db:migrate problem
...:limit => 40 t.timestamps t.string :remember_token t.datetime :remember_token_expires_at t.string :openid_url end add_index :people, :login add_index :people, :email add_index :people, :openid_url end ... end 004_drop_login_name: class DropLoginName < ActiveRecord::Migration def self.up remove_index :people, :login remove_column :people, :login end def self.down raise ActiveRecord::IrreversibleMigration.new("can''t recover deleted login names") end end For some reason the cc app seems to be trying to...