myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3185] trunk/db/schema.rb: updated schema.db


From: noreply
Subject: [myexperiment-hackers] [3185] trunk/db/schema.rb: updated schema.db
Date: Mon, 12 Nov 2012 22:52:26 +0000 (UTC)

Revision
3185
Author
dgc
Date
2012-11-12 22:52:26 +0000 (Mon, 12 Nov 2012)

Log Message

updated schema.db

Modified Paths

Diff

Modified: trunk/db/schema.rb (3184 => 3185)


--- trunk/db/schema.rb	2012-11-12 22:42:53 UTC (rev 3184)
+++ trunk/db/schema.rb	2012-11-12 22:52:26 UTC (rev 3185)
@@ -9,7 +9,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 97) do
+ActiveRecord::Schema.define(:version => 20121112134053) do
 
   create_table "activity_limits", :force => true do |t|
     t.string   "contributor_type", :null => false
@@ -221,6 +221,12 @@
     t.datetime "updated_at"
   end
 
+  create_table "deprecation_events", :force => true do |t|
+    t.string   "title"
+    t.datetime "date"
+    t.text     "details"
+  end
+
   create_table "downloads", :force => true do |t|
     t.integer  "contribution_id"
     t.integer  "user_id"
@@ -835,4 +841,9 @@
     t.integer  "preview_id"
   end
 
+  create_table "wsdl_deprecations", :force => true do |t|
+    t.string  "wsdl"
+    t.integer "deprecation_event_id"
+  end
+
 end

reply via email to

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