提交 8d7d9c8d 编写于 作者: J James Lopez

added missing column for current att_encrypted version

上级 383cc840
......@@ -2,5 +2,6 @@ class AddImportCredentialsToProjectImportData < ActiveRecord::Migration
def change
add_column :project_import_data, :encrypted_credentials, :text
add_column :project_import_data, :encrypted_credentials_iv, :text
add_column :project_import_data, :encrypted_credentials_salt, :text
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册