Skip to content

Commit

Permalink
Merge pull request #151 from netvvrk/another-webhook-fix
Browse files Browse the repository at this point in the history
allow chargebee_events.user_email to be null
  • Loading branch information
bhoggard authored Feb 16, 2025
2 parents 5f13514 + df91bae commit cf7162b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20250215031025_allow_null_user_email.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AllowNullUserEmail < ActiveRecord::Migration[7.2]
def change
change_column_null :chargebee_events, :user_email, true
end
end

0 comments on commit cf7162b

Please sign in to comment.