summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorvsizov <vsv2711@gmail.com>2012-02-21 20:18:06 +0300
committervsizov <vsv2711@gmail.com>2012-02-21 20:18:06 +0300
commit621bfdb4aa6c5ef2b031f7c4fb7753eb80d7a5b5 (patch)
tree0f328778dcca6bd957a5628193d63cb56872fee0 /db
parent49d58492f210faa11bbd4125ffd6b241356da827 (diff)
downloadgitlab-ce-621bfdb4aa6c5ef2b031f7c4fb7753eb80d7a5b5.tar.gz
wiki: rspec
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/db/schema.rb b/db/schema.rb
index cf4b226c910..c32df7ea198 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -159,20 +159,6 @@ ActiveRecord::Schema.define(:version => 20120219193300) do
t.datetime "updated_at"
end
- create_table "wiki_pages", :force => true do |t|
- t.string "slug"
- t.string "title"
- t.text "content"
- t.integer "author_id"
- t.integer "project_id"
- t.datetime "created_at"
- t.datetime "updated_at"
- end
-
- add_index "wiki_pages", ["author_id"], :name => "index_wiki_pages_on_author_id"
- add_index "wiki_pages", ["project_id"], :name => "index_wiki_pages_on_project_id"
- add_index "wiki_pages", ["slug"], :name => "index_wiki_pages_on_slug", :unique => true
-
create_table "wikis", :force => true do |t|
t.string "title"
t.text "content"