chore: move unique index to end of statement to test if it gets properly

defined in host application
main
Nelson Jovel 2 years ago
parent d35b75f577
commit d9ff6252b6

@ -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

@ -1,3 +1,3 @@
module Dashboard
VERSION = "0.1.15"
VERSION = "0.1.16"
end

Loading…
Cancel
Save