Skip to content

Commit

Permalink
Update upgrading-users-core-version.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar authored Aug 22, 2024
1 parent f4b8d83 commit a0f12e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v2/contribute/checklists/saas/upgrading-users-core-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -1057,3 +1057,6 @@ ALTER TABLE 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).

### 9.1 to 9.2
No changes required.

0 comments on commit a0f12e8

Please sign in to comment.