mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
init project
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class ChangeVersionsDescriptions < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column_default :versions, :description, nil
|
||||
change_column :versions, :description, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user