Skip to content

Commit 711a839

Browse files
authored
chore: clarify migration steps in changelog (#99)
1 parent 63a9409 commit 711a839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2121
select CONCAT('s-', created_at_time) as key_id, value as key_string, 'RS256' as algorithm, created_at_time as created_at
2222
from session_access_token_signing_keys;
2323
```
24-
- If using `access_token_signing_key_dynamic` true in the core:
24+
- If using `access_token_signing_key_dynamic` true (or not set) in the core:
2525
- `ALTER TABLE session_info ADD COLUMN use_static_key BOOLEAN NOT NULL DEFAULT(false);`
2626

2727
## [2.4.0] - 2023-03-30

0 commit comments

Comments
 (0)