mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
custom zone migration and ui updates
This commit is contained in:
parent
adc2c1318a
commit
8400784a99
4 changed files with 26 additions and 17 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20180120150542) do
|
||||
ActiveRecord::Schema.define(version: 20180128015651) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
|
@ -44,6 +44,7 @@ ActiveRecord::Schema.define(version: 20180120150542) do
|
|||
t.string "slug"
|
||||
t.float "benchmark"
|
||||
t.string "benchmark_description"
|
||||
t.string "zones"
|
||||
t.index ["slug"], name: "index_categories_on_slug", unique: true, using: :btree
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue