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
This commit is contained in:
parent
90c10d16b8
commit
e154b336bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue