dev_local
daiao 6 years ago
parent dfc7ed119d
commit c134f705ee

@ -0,0 +1,5 @@
class AddLocalGiturlToLocalShixuns < ActiveRecord::Migration
def change
add_column :local_shixuns, :local_giturl, :string
end
end

@ -0,0 +1,5 @@
class AddTypeNameToLocalMirrorRepositories < ActiveRecord::Migration
def change
add_column :local_mirror_repositories, :type_name, :string
end
end
Loading…
Cancel
Save