chore: try removing the index and then readding it so it gets created in

the host app
main
Nelson Jovel 2 years ago
parent d9ff6252b6
commit 2cf8ddda69

@ -1,7 +1,7 @@
PATH
remote: .
specs:
dashboard (0.1.15)
dashboard (0.1.16)
bcrypt_pbkdf
cssbundling-rails
ed25519

@ -5,7 +5,7 @@ class CreateDashboardAcademicYears < ActiveRecord::Migration[7.1]
t.timestamps
end
add_index :dashboard_academic_years, :range, name: "dashboard_range", unique: true
remove_index :dashboard_academic_years, :range
add_index :dashboard_academic_years, :range, unique: true
end
end

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

Loading…
Cancel
Save