Skip to content

Commit

Permalink
operation migration mess clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Quinn committed Jul 13, 2011
1 parent b9292e5 commit 464deb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20110713005546) do
ActiveRecord::Schema.define(:version => 20110713005003) do

create_table "places", :force => true do |t|
t.float "lat"
Expand All @@ -28,7 +28,6 @@
t.datetime "created_at"
t.datetime "updated_at"
t.integer "place_id"
t.text "content"
end

create_table "users", :force => true do |t|
Expand Down

0 comments on commit 464deb8

Please sign in to comment.