cache landing data
This commit is contained in:
parent
ad01d4dee5
commit
4af8bd47ac
5 changed files with 9 additions and 3 deletions
|
@ -8,6 +8,7 @@ class CreateStats < ActiveRecord::Migration[6.0]
|
|||
t.bigint :dossiers_termines, default: 0
|
||||
t.bigint :dossiers_depose_avant_30_jours, default: 0
|
||||
t.bigint :dossiers_deposes_entre_60_et_30_jours, default: 0
|
||||
t.bigint :administrations_partenaires, default: 0
|
||||
|
||||
t.jsonb :dossiers_cumulative, null: false, default: '{}'
|
||||
t.jsonb :dossiers_in_the_last_4_months, null: false, default: '{}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue