迁移文件

dev_local
cxt 6 years ago
parent c63633c877
commit 71b1dfc4c9

@ -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