Commit f4b316aa9b1b3b0d16efc3f9eba874a68d4d23e2
1 parent
2baa55a0
Exists in
master
and in
22 other branches
Updating schema.rb file
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
db/schema.rb
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | # |
| 10 | 10 | # It's strongly recommended to check this file into your version control system. |
| 11 | 11 | |
| 12 | -ActiveRecord::Schema.define(:version => 83) do | |
| 12 | +ActiveRecord::Schema.define(:version => 20100326171758) do | |
| 13 | 13 | |
| 14 | 14 | create_table "article_versions", :force => true do |t| |
| 15 | 15 | t.integer "article_id" |
| ... | ... | @@ -72,7 +72,6 @@ ActiveRecord::Schema.define(:version => 83) do |
| 72 | 72 | t.date "start_date" |
| 73 | 73 | t.date "end_date" |
| 74 | 74 | t.integer "children_count", :default => 0 |
| 75 | - t.boolean "public_article", :default => true | |
| 76 | 75 | t.boolean "accept_comments", :default => true |
| 77 | 76 | t.integer "reference_article_id" |
| 78 | 77 | t.text "setting" | ... | ... |