mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
5 lines
141 B
Ruby
5 lines
141 B
Ruby
class AddCipherTextToCredentials < ActiveRecord::Migration[6.1]
|
|
def change
|
|
add_column :credentials, :value_ciphertext, :text
|
|
end
|
|
end
|