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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1054,3 +1054,6 @@ ALTER TABLE user_roles DROP CONSTRAINT IF EXISTS user_roles_role_fkey;
ALTERTABLE totp_user_devices ADD COLUMN IF NOT EXISTS created_at BIGINT default 0;
ALTERTABLE totp_user_devices ALTER COLUMN created_at DROP DEFAULT;
```
### 9.0 to 9.1
When transferring data from older / source master db to newer one, we have to modify the insert query to set `is_first_factors_null` to true when inserting into the `tenant_configs` (in the target master db).