myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3151] trunk/db/schema.rb: Removed accidental com


From: noreply
Subject: [myexperiment-hackers] [3151] trunk/db/schema.rb: Removed accidental commit
Date: Tue, 9 Oct 2012 13:51:07 +0000 (UTC)

Revision
3151
Author
fbacall
Date
2012-10-09 13:51:07 +0000 (Tue, 09 Oct 2012)

Log Message

Removed accidental commit

Modified Paths

Diff

Modified: trunk/db/schema.rb (3150 => 3151)


--- trunk/db/schema.rb	2012-10-09 13:48:54 UTC (rev 3150)
+++ trunk/db/schema.rb	2012-10-09 13:51:07 UTC (rev 3151)
@@ -9,7 +9,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20120920093655) do
+ActiveRecord::Schema.define(:version => 97) do
 
   create_table "activity_limits", :force => true do |t|
     t.string   "contributor_type", :null => false
@@ -143,13 +143,6 @@
 
   add_index "comments", ["user_id"], :name => "index_comments_on_user_id"
 
-  create_table "component_profiles", :force => true do |t|
-    t.string   "name"
-    t.string   "url"
-    t.datetime "created_at"
-    t.datetime "updated_at"
-  end
-
   create_table "concept_relations", :force => true do |t|
     t.integer "subject_concept_id"
     t.string  "relation_type"
@@ -577,13 +570,6 @@
 
   add_index "reviews", ["user_id"], :name => "index_reviews_on_user_id"
 
-  create_table "semantic_annotations", :force => true do |t|
-    t.integer "subject_id"
-    t.string  "subject_type"
-    t.string  "predicate"
-    t.string  "object"
-  end
-
   create_table "service_categories", :force => true do |t|
     t.string   "uri"
     t.datetime "updated_at"
@@ -798,12 +784,6 @@
     t.string   "uri"
   end
 
-  create_table "workflow_ports", :force => true do |t|
-    t.string  "name"
-    t.string  "port_type"
-    t.integer "workflow_id"
-  end
-
   create_table "workflow_processors", :force => true do |t|
     t.string  "name"
     t.string  "wsdl_operation"
@@ -833,6 +813,8 @@
     t.integer  "preview_id"
   end
 
+  add_index "workflow_versions", ["workflow_id"], :name => "index_workflow_versions_on_workflow_id"
+
   create_table "workflows", :force => true do |t|
     t.integer  "contributor_id"
     t.string   "contributor_type"
@@ -851,7 +833,6 @@
     t.integer  "content_type_id"
     t.integer  "license_id"
     t.integer  "preview_id"
-    t.integer  "component_profile_id"
   end
 
 end

reply via email to

[Prev in Thread] Current Thread [Next in Thread]