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:
Diffstat (limited to 'app/models/wiki.rb')
-rw-r--r--app/models/wiki.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/models/wiki.rb b/app/models/wiki.rb
index 62ac4cb8a9a..0f19567c4bf 100644
--- a/app/models/wiki.rb
+++ b/app/models/wiki.rb
@@ -31,3 +31,16 @@ class Wiki < ActiveRecord::Base
end
end
+# == Schema Information
+#
+# Table name: wikis
+#
+# id :integer not null, primary key
+# title :string(255)
+# content :text
+# project_id :integer
+# created_at :datetime not null
+# updated_at :datetime not null
+# slug :string(255)
+# user_id :integer
+#