Sha256: 802b626d71f205396b5a7821aea3627207f38a9fae8dcb74e55bffd0e1f65fb3
Contents?: true
Size: 217 Bytes
Versions: 14
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true # Remove hosts column from app_instances db table class RemoveHostsFromAppInstances < ActiveRecord::Migration[6.0] def change remove_column :app_instances, :hosts, :text end end
Version data entries
14 entries across 14 versions & 1 rubygems