Skip to content

Commit ac03236

Browse files
committed
Removed the thumbnail_url from the schema
1 parent 4a52ef0 commit ac03236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/schema.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
#
1212
# It's strongly recommended to check this file into your version control system.
1313

14-
ActiveRecord::Schema.define(:version => 20140728214411) do
14+
ActiveRecord::Schema.define(:version => 20140730225739) do
15+
1516
add_extension "citext"
1617

1718
create_table "alias_tags", :id => false, :force => true do |t|
@@ -528,7 +529,6 @@
528529
t.boolean "notify_on_award", :default => true
529530
t.boolean "receive_newsletter", :default => true
530531
t.string "zerply"
531-
t.text "thumbnail_url"
532532
t.string "linkedin"
533533
t.string "linkedin_id"
534534
t.string "linkedin_token"

0 commit comments

Comments
 (0)