86a8796b13
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
5 lines
123 B
Ruby
5 lines
123 B
Ruby
class AddRecipientsToService < ActiveRecord::Migration
|
|
def change
|
|
add_column :services, :recipients, :text
|
|
end
|
|
end
|