mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
chore: move unique index to end of statement to test if it gets properly
defined in host application
This commit is contained in:
parent
d35b75f577
commit
d9ff6252b6
2 changed files with 2 additions and 2 deletions
|
|
@ -6,6 +6,6 @@ class CreateDashboardAcademicYears < ActiveRecord::Migration[7.1]
|
|||
t.timestamps
|
||||
end
|
||||
|
||||
add_index :dashboard_academic_years, :range, unique: true, name: "dashboard_range"
|
||||
add_index :dashboard_academic_years, :range, name: "dashboard_range", unique: true
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue