Skip to content

Commit

Permalink
db schema changed
Browse files Browse the repository at this point in the history
  • Loading branch information
brownman committed Nov 18, 2012
1 parent 4b359d1 commit 7a35f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

ActiveRecord::Schema.define(:version => 20121029121212) do


create_table "comments", :force => true do |t|
t.text "content"
t.datetime "created_at", :null => false
Expand Down
2 changes: 1 addition & 1 deletion db/schema.rb~
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ActiveRecord::Schema.define(:version => 20121029121212) do

create_table "comments", :force => true do |t|
t.string "content"
t.text "content"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.integer "post_id"
Expand Down

0 comments on commit 7a35f67

Please sign in to comment.