mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 09:20:38 -07:00
feat: add esp counts when calculating teacher participation rates on overview page
This commit is contained in:
parent
2f4d0bb56b
commit
534f42dfe0
11 changed files with 131 additions and 2 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddTotalEspToRespondents < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :respondents, :total_esp, :integer
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue