From ba88ce6be4190727998c6f71582d8103938e8461 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 13 Mar 2012 16:16:38 -0700 Subject: [PATCH] update db/schema --- db/schema.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index c7d72dccb..cc3532834 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20120208231253) do +ActiveRecord::Schema.define(:version => 20120301143226) do create_table "account_deletions", :force => true do |t| t.string "diaspora_handle" @@ -65,7 +65,6 @@ ActiveRecord::Schema.define(:version => 20120208231253) do t.string "guid", :null => false t.text "author_signature" t.text "parent_author_signature" - t.text "youtube_titles" t.datetime "created_at" t.datetime "updated_at" t.integer "likes_count", :default => 0, :null => false @@ -310,7 +309,6 @@ ActiveRecord::Schema.define(:version => 20120208231253) do t.string "remote_photo_name" t.string "random_string" t.string "processed_image" - t.text "youtube_titles" t.datetime "created_at" t.datetime "updated_at" t.string "unprocessed_image"