parent
2cf8ddda69
commit
cf31eee44c
@ -0,0 +1,5 @@
|
|||||||
|
class AddUniqueIndexToDashboardAcademicYear < ActiveRecord::Migration[7.1]
|
||||||
|
def change
|
||||||
|
add_index :dashboard_academic_years, :range, unique: true
|
||||||
|
end
|
||||||
|
end
|
||||||
@ -1,3 +1,3 @@
|
|||||||
module Dashboard
|
module Dashboard
|
||||||
VERSION = "0.1.17"
|
VERSION = "0.1.18"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in new issue