Commit 8d7d9c8d authored by James Lopez's avatar James Lopez

added missing column for current att_encrypted version

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment