Skip to content

Commit f3c536a

Browse files
Update upgrading-users-core-version.md
1 parent 18d9b15 commit f3c536a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

v2/contribute/checklists/saas/upgrading-users-core-version.md

+3
Original file line numberDiff line numberDiff line change
@@ -1054,3 +1054,6 @@ ALTER TABLE user_roles DROP CONSTRAINT IF EXISTS user_roles_role_fkey;
10541054
ALTER TABLE totp_user_devices ADD COLUMN IF NOT EXISTS created_at BIGINT default 0;
10551055
ALTER TABLE totp_user_devices ALTER COLUMN created_at DROP DEFAULT;
10561056
```
1057+
1058+
### 9.0 to 9.1
1059+
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).

0 commit comments

Comments
 (0)