Browse Source

Updating schema file w/ removed user nick

eperez-timeinput
Jason Denney 11 years ago
parent
commit
b89873d0e5
  1. 3
      db/schema.rb

3
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

Loading…
Cancel
Save