mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-14 17:25:55 -07:00
chore: remove description from school
This commit is contained in:
parent
37fc891ff7
commit
b92cdf979b
3 changed files with 4 additions and 11 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema[7.1].define(version: 2024_01_04_192128) do
|
||||
ActiveRecord::Schema[7.1].define(version: 2024_01_11_215666) do
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
||||
|
|
@ -72,13 +72,6 @@ ActiveRecord::Schema[7.1].define(version: 2024_01_04_192128) do
|
|||
t.datetime "updated_at", null: false
|
||||
end
|
||||
|
||||
create_table "dashboard_examples", force: :cascade do |t|
|
||||
t.string "text"
|
||||
t.text "body"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
end
|
||||
|
||||
create_table "dashboard_genders", force: :cascade do |t|
|
||||
t.integer "qualtrics_code"
|
||||
t.string "designation"
|
||||
|
|
@ -160,7 +153,6 @@ ActiveRecord::Schema[7.1].define(version: 2024_01_04_192128) do
|
|||
create_table "dashboard_schools", force: :cascade do |t|
|
||||
t.string "name"
|
||||
t.bigint "dashboard_district_id", null: false
|
||||
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