Fixes #1230. Makes comment counter more efficient
This commit is contained in:
parent
c5e3d495bb
commit
33df0ee8e4
5 changed files with 21 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20170213145807) do
|
||||
ActiveRecord::Schema.define(version: 20170316042351) do
|
||||
|
||||
create_table "ahoy_events", force: :cascade do |t|
|
||||
t.uuid "visit_id", limit: 16
|
||||
|
|
@ -234,6 +234,7 @@ ActiveRecord::Schema.define(version: 20170213145807) do
|
|||
t.boolean "is_highlight", default: false
|
||||
t.integer "program_id"
|
||||
t.integer "max_attendees"
|
||||
t.integer "comments_count", default: 0
|
||||
end
|
||||
|
||||
create_table "events_registrations", force: :cascade do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue