class RemoveEfsFileSystemIdFromBackendsTerraformAws < ActiveRecord::Migration[5.1] def change remove_column :terraform_aws_backends, :efs_file_system_id, :string end end