parent
a71ffbcacc
commit
bcb669745e
|
@ -0,0 +1,5 @@
|
|||
class RemoveUniqueNameConstraintFromJobs < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
remove_index :jobs, :name
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue