added something :-)

This commit is contained in:
Ken Johnson
2013-04-25 01:24:59 -04:00
parent c75c0b20b3
commit 68acfe3803
5 changed files with 20 additions and 1 deletions
+2
View File
@@ -18,6 +18,8 @@ ActiveRecord::Schema.define(:version => 20130424220355) do
t.string "password"
t.string "user_id"
t.boolean "admin"
t.string "first_name"
t.string "last_name"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
end