Sha256: ccce965b24da02361f459f09679f78ae338a6cdd56053081d663fa2dfbfa7424
Contents?: true
Size: 204 Bytes
Versions: 24
Compression:
Stored size: 204 Bytes
Contents
class AddWatchdogAndCardReaderErrorsToTerminals < ActiveRecord::Migration def change add_column :terminals, :card_reader_error, :integer add_column :terminals, :watchdog_error, :integer end end
Version data entries
24 entries across 24 versions & 1 rubygems