dev_local
parent
804ae08ed3
commit
dc190285db
@ -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…
Reference in new issue