You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core,schemas): added updated_at to user_sso_identities (#7425)
* feat(core,schemas): added updated_at to user_sso_identities
added an `updated_at` field to the `user_sso_identities` table to track the last update time for each record
* chore(test): update integration test
update integration test
* refactor(core,schemas): replace with native set_updated_at func
replace with native set_updated_at function
* chore(test): adjust integration test
adjust integration test
* fix(test): fix integration test
fix integration test
added an `updated_at` field to the `user_sso_identities` table to track the last update time for each record.
7
+
8
+
On each successfull SSO sign-in, the `updated_at` field will be set to the current timestamp. This allows for better tracking of when a user's SSO identity was authenticated and updated.
0 commit comments