Sha256: 08ab16b57d42cb307ec58067610a06609d4f7b9100c1fbe2922e2e88452fbdb7
Contents?: true
Size: 186 Bytes
Versions: 177
Compression:
Stored size: 186 Bytes
Contents
class AddSessionCountToHDPatientStatistics < ActiveRecord::Migration[4.2] def change add_column :hd_patient_statistics, :session_count, :integer, default: 0, null: false end end
Version data entries
177 entries across 177 versions & 1 rubygems