Upcoming database changes RELEASE 7 November 2022

@@ -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

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.