mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-19 10:26:25 -07: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
|
t.timestamps
|
||||||
end
|
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
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
module Dashboard
|
module Dashboard
|
||||||
VERSION = "0.1.15"
|
VERSION = "0.1.16"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue