|
|
@@ -11,7 +11,7 @@ |
|
|
|
# |
|
|
|
# It's strongly recommended to check this file into your version control system. |
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20130213220036) do |
|
|
|
ActiveRecord::Schema.define(:version => 20130222112030) do |
|
|
|
|
|
|
|
create_table "feeds", :force => true do |t| |
|
|
|
t.string "title" |
|
|
@@ -39,4 +39,13 @@ ActiveRecord::Schema.define(:version => 20130213220036) do |
|
|
|
t.datetime "updated_at", :null => false |
|
|
|
end |
|
|
|
|
|
|
|
create_table "users", :force => true do |t| |
|
|
|
t.string "username", :null => false |
|
|
|
t.string "email" |
|
|
|
t.string "crypted_password" |
|
|
|
t.string "salt" |
|
|
|
t.datetime "created_at", :null => false |
|
|
|
t.datetime "updated_at", :null => false |
|
|
|
end |
|
|
|
|
|
|
|
end |