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 <dmitriy.zaporozhets@gmail.com>2013-09-01 02:04:22 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-01 02:04:22 +0400
commit84992cd0fac36846ebfde5800d52158258107ecc (patch)
tree61d9ed51a3480a7b3f5be292e1f18e40f93fd2b5 /db/schema.rb
parentcafe181b5487891453f0ead532b026e80579ec1e (diff)
Use original raphael-rails v2.1.2
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 5020230d831..654f2b1e8f7 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -144,8 +144,8 @@ ActiveRecord::Schema.define(:version => 20130821090531) do
t.text "note"
t.string "noteable_type"
t.integer "author_id"
- t.datetime "created_at", :null => false
- t.datetime "updated_at", :null => false
+ t.datetime "created_at", :null => false
+ t.datetime "updated_at", :null => false
t.integer "project_id"
t.string "attachment"
t.string "line_code"