mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
6 lines
164 B
Ruby
6 lines
164 B
Ruby
class AddYswsProgramToHeartbeats < ActiveRecord::Migration[8.0]
|
|
def change
|
|
add_column :heartbeats, :ysws_program, :integer, default: 0, null: false
|
|
end
|
|
end
|