[issue #64] Fixed mistake in schema.rb

This commit is contained in:
George Vinogradov 2012-01-28 16:10:18 +04:00
parent aa5641da2f
commit 98e1696fd2
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ ActiveRecord::Schema.define(:version => 20120126214447) do
t.integer "category_id"
t.text "description"
t.string "ancestry"
t.boolean "has_wiki"
t.boolean "has_wiki", :default => false
t.boolean "has_issues", :default => true
t.integer "srpm_file_size"
t.string "srpm_file_name"