chore: remove description from school

This commit is contained in:
Nelson Jovel 2024-01-11 14:07:18 -08:00
parent 37fc891ff7
commit b92cdf979b
3 changed files with 4 additions and 11 deletions

View file

@ -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