File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10- - Adds indexing for ` session_info ` table on ` user_id, app_id ` columns
11-
12- ### Migration
13-
14- ``` sql
15- CREATE INDEX IF NOT EXISTS session_info_user_id_app_id_index ON session_info (user_id, app_id);
16- ```
17-
1810## [ 7.3.0]
1911
2012- Adds tables and queries for Bulk Import
2113- Optimize getUserIdMappingWithEitherSuperTokensUserIdOrExternalUserId query
14+ - Adds indexing for ` session_info ` table on ` user_id, app_id ` columns
2215
2316### Migration
2417
@@ -42,6 +35,8 @@ CREATE INDEX IF NOT EXISTS bulk_import_users_pagination_index1 ON bulk_import_us
4235 id DESC);
4336
4437CREATE INDEX IF NOT EXISTS bulk_import_users_pagination_index2 ON bulk_import_users (app_id, created_at DESC, id DESC);
38+
39+ CREATE INDEX IF NOT EXISTS session_info_user_id_app_id_index ON session_info (user_id, app_id);
4540```
4641
4742## [7.2.0] - 2024-10-03
You can’t perform that action at this time.
0 commit comments