aboutsummaryrefslogtreecommitdiff
path: root/db/migrate/20180410192412_add_efs_file_system_id_to_terraform_aws_backends.rb
blob: 745bb0f60c3d3cb84d0893cfd209d8eefed2fdbb (plain)
1
2
3
4
5
class AddEfsFileSystemIdToTerraformAwsBackends < ActiveRecord::Migration[5.1]
  def change
    add_column :terraform_aws_backends, :efs_file_system_id, :string, null: false
  end
end