Skip to content

Commit 721feb7

Browse files
Update upgrading-users-core-version.md
1 parent aeb263e commit 721feb7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,4 +1042,9 @@ ALTER TABLE emailpassword_pswd_reset_tokens DROP CONSTRAINT IF EXISTS emailpassw
10421042
ALTER TABLE emailpassword_pswd_reset_tokens ADD CONSTRAINT emailpassword_pswd_reset_tokens_user_id_fkey FOREIGN KEY (app_id, user_id) REFERENCES app_id_to_user_id (app_id, user_id) ON DELETE CASCADE;
10431043

10441044
ALTER TABLE emailpassword_pswd_reset_tokens ADD COLUMN email VARCHAR(256);
1045-
```
1045+
```
1046+
1047+
### 7.0 to 8.0
1048+
```sql
1049+
ALTER TABLE user_roles DROP CONSTRAINT IF EXISTS user_roles_role_fkey;
1050+
```

0 commit comments

Comments
 (0)