Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-24 13:39:53 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-24 13:40:08 +0400
commit9f7ba5bca06e4c3d1f9880ba8c13ba9408ed2947 (patch)
tree13584a5ea32dac0b77f6ed62ab6688f226152a4c
parente09bff082eade2ce35e6ef8af3e265b37f6a0483 (diff)
Fix schema.rb
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index ec4729c0c08..a703781113f 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 => 20121002151033) do
+ActiveRecord::Schema.define(:version => 20121009205010) do
create_table "events", :force => true do |t|
t.string "target_type"