Sha256: 0f06c81259913d416e66d91f7b140a095cdf0fd8696b8bd491677ac0e4391cf4
Contents?: true
Size: 441 Bytes
Versions: 92
Compression:
Stored size: 441 Bytes
Contents
class AddTimestampsToPathologyDescriptionTables < ActiveRecord::Migration[5.2] def change within_renalware_schema do add_column :pathology_request_descriptions, :created_at, :datetime add_column :pathology_request_descriptions, :updated_at, :datetime add_column :pathology_observation_descriptions, :created_at, :datetime add_column :pathology_observation_descriptions, :updated_at, :datetime end end end
Version data entries
92 entries across 92 versions & 1 rubygems