mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Completes Sub Categories and Measures for "All " Category Tabs -
Milford High School (Milford District). Add tabs to top navigation [#179727241]
This commit is contained in:
parent
5595af15b6
commit
a406205e20
16 changed files with 106 additions and 17 deletions
6
db/migrate/20211007190742_add_slug_to_sqm_category.rb
Normal file
6
db/migrate/20211007190742_add_slug_to_sqm_category.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class AddSlugToSqmCategory < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :sqm_categories, :slug, :string
|
||||
add_index :sqm_categories, :slug, unique: true
|
||||
end
|
||||
end
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
class AddSortIndexToSqmCategory < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :sqm_categories, :sort_index, :integer
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue