parent
42bbeb1ef8
commit
41f01f4961
@ -0,0 +1,5 @@
|
||||
class AddIndexForShixunServices < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :shixun_service_configs, [:shixun_id, :mirror_repository_id], unique: true, name: "shixun_id_mirror_id_unique"
|
||||
end
|
||||
end
|
Loading…
Reference in new issue