Skip to content

Commit

Permalink
schema update for builds (publiclab#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Nov 29, 2016
1 parent 9c25b5a commit 19eb7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/schema.rb.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20161122154603) do
ActiveRecord::Schema.define(:version => 20161129210111) do

create_table "answer_selections", :force => true do |t|
t.integer "user_id"
Expand Down Expand Up @@ -199,7 +199,7 @@ ActiveRecord::Schema.define(:version => 20161122154603) do
t.integer "tnid", :default => 0, :null => false
t.integer "translate", :default => 0, :null => false
t.integer "cached_likes", :default => 0
t.integer "comments_count", :default => 0
t.integer "comments_count", :default => 0
t.integer "drupal_node_revisions_count", :default => 0
t.string "path"
t.integer "main_image_id"
Expand Down

0 comments on commit 19eb7a0

Please sign in to comment.