Able to create schools now

This commit is contained in:
Nelson Jovel 2024-01-04 20:15:33 -08:00
parent a4fddbeced
commit 865b7b17af
11 changed files with 26 additions and 19 deletions

View file

@ -2,7 +2,7 @@ class CreateDashboardDistricts < ActiveRecord::Migration[7.1]
def change
create_table :dashboard_districts do |t|
t.string :name
t.string :slug, unique: true
t.string :slug
t.integer :qualtrics_code
t.timestamps