|
@@ -11,7 +11,7 @@ |
|
|
# |
|
|
# |
|
|
# It's strongly recommended to check this file into your version control system. |
|
|
# It's strongly recommended to check this file into your version control system. |
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20130222123224) do |
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20130222125833) do |
|
|
|
|
|
|
|
|
create_table "feeds", :force => true do |t| |
|
|
create_table "feeds", :force => true do |t| |
|
|
t.string "title" |
|
|
t.string "title" |
|
@@ -19,9 +19,9 @@ ActiveRecord::Schema.define(:version => 20130222123224) do |
|
|
t.string "url" |
|
|
t.string "url" |
|
|
t.string "description" |
|
|
t.string "description" |
|
|
t.string "generator" |
|
|
t.string "generator" |
|
|
t.time "last_fetched" |
|
|
|
|
|
t.datetime "created_at", :null => false |
|
|
t.datetime "created_at", :null => false |
|
|
t.datetime "updated_at", :null => false |
|
|
t.datetime "updated_at", :null => false |
|
|
|
|
|
t.datetime "last_fetched" |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|
create_table "posts", :force => true do |t| |
|
|
create_table "posts", :force => true do |t| |
|
@@ -30,13 +30,13 @@ ActiveRecord::Schema.define(:version => 20130222123224) do |
|
|
t.string "author" |
|
|
t.string "author" |
|
|
t.text "summary" |
|
|
t.text "summary" |
|
|
t.text "content" |
|
|
t.text "content" |
|
|
t.time "published" |
|
|
|
|
|
t.decimal "lat" |
|
|
t.decimal "lat" |
|
|
t.decimal "lon" |
|
|
t.decimal "lon" |
|
|
t.integer "feed_id" |
|
|
t.integer "feed_id" |
|
|
t.datetime "created_at", :null => false |
|
|
t.datetime "created_at", :null => false |
|
|
t.datetime "updated_at", :null => false |
|
|
t.datetime "updated_at", :null => false |
|
|
t.string "guid" |
|
|
t.string "guid" |
|
|
|
|
|
t.datetime "published" |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|
create_table "users", :force => true do |t| |
|
|
create_table "users", :force => true do |t| |
|
|