mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Completes Measures on the "Teachers & Leadership" Category Tab -
Milford High School (Milford District) [#179728008]
This commit is contained in:
parent
98fddb825e
commit
ae525fdb2a
13 changed files with 324 additions and 174 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20211005192509) do
|
||||
ActiveRecord::Schema.define(version: 20211006174717) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
|
@ -71,6 +71,7 @@ ActiveRecord::Schema.define(version: 20211005192509) do
|
|||
t.float "approval_low_benchmark", null: false
|
||||
t.float "ideal_low_benchmark", null: false
|
||||
t.integer "subcategory_id", null: false
|
||||
t.text "description"
|
||||
t.index ["measure_id"], name: "index_measures_on_measure_id"
|
||||
t.index ["subcategory_id"], name: "index_measures_on_subcategory_id"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue