Skip to content
Snippets Groups Projects
Commit 8d7d9c8d authored by James Lopez's avatar James Lopez
Browse files

added missing column for current att_encrypted version

parent 383cc840
No related branches found
No related tags found
1 merge request!3066Fix for import_url fields on projects containing third-party credentials
Pipeline #
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment