hair_trigger
hair_trigger copied to clipboard
Rails 8 migration issue, duplicate before(:update)
I have this in my model:
trigger.before(:insert).before(:update) do
When I generated the migration I got this:
create_trigger("exercises_before_update_row_tr", :generated => true, :compatibility => 1). on("exercises"). before(:update). before(:update) do