Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc authored Jan 10, 2025
1 parent 9641c20 commit 2053495
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Adds indexing for `session_info` table on `user_id, app_id` columns

### Migration

```sql
CREATE INDEX IF NOT EXISTS session_info_user_id_app_id_index ON session_info (user_id, app_id);
```

## [7.3.0]

- Adds tables and queries for Bulk Import
- Optimize getUserIdMappingWithEitherSuperTokensUserIdOrExternalUserId query
- Adds indexing for `session_info` table on `user_id, app_id` columns

### Migration

Expand All @@ -42,6 +35,8 @@ CREATE INDEX IF NOT EXISTS bulk_import_users_pagination_index1 ON bulk_import_us
id DESC);
CREATE INDEX IF NOT EXISTS bulk_import_users_pagination_index2 ON bulk_import_users (app_id, created_at DESC, id DESC);
CREATE INDEX IF NOT EXISTS session_info_user_id_app_id_index ON session_info (user_id, app_id);
```
## [7.2.0] - 2024-10-03
Expand Down

0 comments on commit 2053495

Please sign in to comment.