summaryrefslogtreecommitdiffstats
path: root/db/migrate/029_create_wiki_contents.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-07 00:13:49 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-07 00:13:49 +0000
commite154b336bd930b0fcf8f260c9f477e1400050c15 (patch)
tree2ca45a5b64648e525f1bafbecd38bc1b841caa38 /db/migrate/029_create_wiki_contents.rb
parent90c10d16b89df0c13171068dc962445db08c035e (diff)
downloadredmine-e154b336bd930b0fcf8f260c9f477e1400050c15.tar.gz
redmine-e154b336bd930b0fcf8f260c9f477e1400050c15.zip
remove trailing white-spaces from db/migrate/029_create_wiki_contents.rb (#9510)
Contributed by Igor Zubkov. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7750 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'db/migrate/029_create_wiki_contents.rb')
-rw-r--r--db/migrate/029_create_wiki_contents.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/029_create_wiki_contents.rb b/db/migrate/029_create_wiki_contents.rb
index c5c9f2a45..5b6a22f94 100644
--- a/db/migrate/029_create_wiki_contents.rb
+++ b/db/migrate/029_create_wiki_contents.rb
@@ -9,7 +9,7 @@ class CreateWikiContents < ActiveRecord::Migration
t.column :version, :integer, :null => false
end
add_index :wiki_contents, :page_id, :name => :wiki_contents_page_id
-
+
create_table :wiki_content_versions do |t|
t.column :wiki_content_id, :integer, :null => false
t.column :page_id, :integer, :null => false