mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-18 10:16:25 -07:00
swap around schools and district to not be namespaced
This commit is contained in:
parent
865b7b17af
commit
7f69cda710
15 changed files with 67 additions and 57 deletions
|
|
@ -1,7 +1,7 @@
|
|||
class CreateDashboardRespondents < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
create_table :dashboard_respondents do |t|
|
||||
t.references :dashboard_school, null: false, foreign_key: true
|
||||
t.references :school, null: false, foreign_key: true
|
||||
t.references :dashboard_academic_year, null: false, foreign_key: true
|
||||
t.integer :total_students
|
||||
t.float :total_teachers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue