mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Add full request JSON to bounced mail, remove unused views
This commit is contained in:
parent
6af37a787d
commit
834b2c95bc
10 changed files with 31 additions and 90 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddRecipientJsonToBouncedMailAddress < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :bounced_mail_addresses, :recipient_json, :jsonb, null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue