@@ -2922,6 +2922,13 @@ t.json "imap_fetch_progress_tracking", default: {}, null: false t.string "smtp_server_type", default: "Other" t.string "ses_configuration_set" + t.string "auth_type" + t.string "tenant_id" + t.string "client_id" + t.string "client_secret" + t.string "access_token" + t.string "refresh_token" + t.datetime "expires_on" end