Skip to content
Snippets Groups Projects
Commit b8920081 authored by pabois's avatar pabois
Browse files

add migration

parent 13f18a37
No related branches found
No related tags found
Loading
class AddDeliveredCountToEmergencyMessages < ActiveRecord::Migration[7.0]
def change
add_column :emergency_messages, :delivered_count, :integer
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment