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 Mar 8, 2024
1 parent aeb263e commit 721feb7
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1042,4 +1042,9 @@ ALTER TABLE emailpassword_pswd_reset_tokens DROP CONSTRAINT IF EXISTS emailpassw
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;

ALTER TABLE emailpassword_pswd_reset_tokens ADD COLUMN email VARCHAR(256);
```
```

### 7.0 to 8.0
```sql
ALTER TABLE user_roles DROP CONSTRAINT IF EXISTS user_roles_role_fkey;
```

0 comments on commit 721feb7

Please sign in to comment.