mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
chore: remove description from school
This commit is contained in:
parent
37fc891ff7
commit
b92cdf979b
3 changed files with 4 additions and 11 deletions
|
|
@ -3,7 +3,6 @@ class CreateDashboardSchools < ActiveRecord::Migration[7.1]
|
|||
create_table :dashboard_schools do |t|
|
||||
t.string :name
|
||||
t.references :dashboard_district, null: false, foreign_key: true
|
||||
t.text :description
|
||||
t.string :slug
|
||||
t.integer :qualtrics_code
|
||||
t.integer :dese_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue