diff --git a/db/schema.rb b/db/schema.rb index 6508b93..263122e 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20130525143240) do +ActiveRecord::Schema.define(:version => 20130614003934) do create_table "bike_actions", :force => true do |t| t.string "action", :limit => 128, :null => false @@ -181,7 +181,6 @@ ActiveRecord::Schema.define(:version => 20130525143240) do t.datetime "locked_at" t.string "first_name", :default => "", :null => false t.string "last_name", :default => "", :null => false - t.string "nickname" t.string "username" end