mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
新增:数据集新字段license_id和paper_content
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddLicenseAndPaperContentToProjectDataset < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_reference :project_datasets, :license
|
||||
add_column :project_datasets, :paper_content, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user