Mercurial > hg > soundsoftware-site
diff db/migrate/027_create_wikis.rb @ 912:5e80956cc792 cannam_integration
Merge from branch "redmine-1.3"
author | Chris Cannam |
---|---|
date | Mon, 27 Feb 2012 13:53:18 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line diff
--- a/db/migrate/027_create_wikis.rb Fri Feb 24 20:18:25 2012 +0000 +++ b/db/migrate/027_create_wikis.rb Mon Feb 27 13:53:18 2012 +0000 @@ -4,7 +4,7 @@ t.column :project_id, :integer, :null => false t.column :start_page, :string, :limit => 255, :null => false t.column :status, :integer, :default => 1, :null => false - end + end add_index :wikis, :project_id, :name => :wikis_project_id end