Remove _kind columns from schema.
authorTom Clegg <tom@curoverse.com>
Mon, 21 Apr 2014 15:32:35 +0000 (11:32 -0400)
committerTom Clegg <tom@curoverse.com>
Mon, 21 Apr 2014 15:32:35 +0000 (11:32 -0400)
(Seemingly reintroduced by accident in
cc5023d40182e503e8ba109fc86e09efd6337836)

services/api/db/schema.rb

index e8268fcc5b847b2772ace27ad9847c936bcd42ab..59963de97f9729bfbf39fb71b0d52c6345e5f92f 100644 (file)
@@ -247,8 +247,6 @@ ActiveRecord::Schema.define(:version => 20140421140924) do
     t.string   "head_uuid"
     t.text     "properties"
     t.datetime "updated_at"
-    t.string   "head_kind"
-    t.string   "tail_kind"
   end
 
   add_index "links", ["created_at"], :name => "index_links_on_created_at"