Sha256: c1ddd11fda2acb809f8c4bb77574cf8648cf1e0ef10b70511c34a2c8c07b198f
Contents?: true
Size: 200 Bytes
Versions: 177
Compression:
Stored size: 200 Bytes
Contents
class RemoveNullConstraintOnHDPrescriptionAdministrations < ActiveRecord::Migration[5.0] def change change_column :hd_prescription_administrations, :administered, :boolean, null: true end end
Version data entries
177 entries across 177 versions & 1 rubygems