forked from Gitlink/forgeplus
fix: release_version字段长度问题
This commit is contained in:
parent
2aa8c1370b
commit
8e8cabb2f4
|
|
@ -0,0 +1,7 @@
|
|||
class ChangeColumnToVersionReleases < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :version_releases, :tarball_url, :text
|
||||
change_column :version_releases, :zipball_url, :text
|
||||
change_column :version_releases, :url, :text
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue