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:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-06-26 22:23:09 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-06-26 22:23:09 +0400
commit6abc649590cfb110a88e6b2bdd3755c7d8ab6b4e (patch)
tree564890fe3f7211f0b53a36a6b69e82cddcc261a9 /app/models/wiki.rb
parent283bf806766c02c8c66230f4c765070b0ed812fb (diff)
Reannotated
Diffstat (limited to 'app/models/wiki.rb')
-rw-r--r--app/models/wiki.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/wiki.rb b/app/models/wiki.rb
index 3315488cfe1..ecc46fb4efb 100644
--- a/app/models/wiki.rb
+++ b/app/models/wiki.rb
@@ -34,13 +34,13 @@ end
#
# Table name: wikis
#
-# id :integer not null, primary key
+# id :integer(4) not null, primary key
# title :string(255)
# content :text
-# project_id :integer
+# project_id :integer(4)
# created_at :datetime not null
# updated_at :datetime not null
# slug :string(255)
-# user_id :integer
+# user_id :integer(4)
#