mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
chore: try removing the index and then readding it so it gets created in
the host app
This commit is contained in:
parent
d9ff6252b6
commit
2cf8ddda69
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
dashboard (0.1.15)
|
dashboard (0.1.16)
|
||||||
bcrypt_pbkdf
|
bcrypt_pbkdf
|
||||||
cssbundling-rails
|
cssbundling-rails
|
||||||
ed25519
|
ed25519
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ class CreateDashboardAcademicYears < ActiveRecord::Migration[7.1]
|
||||||
|
|
||||||
t.timestamps
|
t.timestamps
|
||||||
end
|
end
|
||||||
|
remove_index :dashboard_academic_years, :range
|
||||||
add_index :dashboard_academic_years, :range, name: "dashboard_range", unique: true
|
add_index :dashboard_academic_years, :range, unique: true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
module Dashboard
|
module Dashboard
|
||||||
VERSION = "0.1.16"
|
VERSION = "0.1.17"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue