迁移文件

dev_local
cxt 6 years ago
parent 71b1dfc4c9
commit c07684c3b4

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

@ -1,5 +1,5 @@
class AddTypeNameToLocalMirrorRepositories < ActiveRecord::Migration
def change
# add_column :local_mirror_repositories, :type_name, :string
add_column :local_mirror_repositories, :type_name, :string
end
end

Loading…
Cancel
Save