mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
Able to create schools now
This commit is contained in:
parent
a4fddbeced
commit
865b7b17af
11 changed files with 26 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue