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 Jul 15, 2024
1 parent 18d9b15 commit f3c536a
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 @@ -1054,3 +1054,6 @@ ALTER TABLE user_roles DROP CONSTRAINT IF EXISTS user_roles_role_fkey;
ALTER TABLE totp_user_devices ADD COLUMN IF NOT EXISTS created_at BIGINT default 0;
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).

0 comments on commit f3c536a

Please sign in to comment.