Skip to content

Commit

Permalink
rake db:migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Smithett committed Nov 17, 2014
1 parent 806d368 commit 8988a61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

ActiveRecord::Schema.define(version: 20140315030553) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

create_table "comments", force: true do |t|
t.string "author"
t.text "text"
Expand Down

0 comments on commit 8988a61

Please sign in to comment.