HabitatMap/AirCasting

View on GitHub
db/migrate/20221006162918_add_timezone_offset_to_threshold_alert.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddTimezoneOffsetToThresholdAlert < ActiveRecord::Migration[6.1]
  def change
    add_column :threshold_alerts, :timezone_offset, :integer, default: 0
  end
end