Skip to content

Commit

Permalink
chore: clarify migration steps in changelog (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus authored May 9, 2023
1 parent ec8c7a9 commit 05067d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
select CONCAT('s-', created_at_time) as key_id, value as key_string, 'RS256' as algorithm, created_at_time as created_at
from session_access_token_signing_keys;
```
- If using `access_token_signing_key_dynamic` true in the core:
- If using `access_token_signing_key_dynamic` true (or not set) in the core:
- `ALTER TABLE session_info ADD COLUMN use_static_key BOOLEAN NOT NULL DEFAULT(false);`

## [2.4.0] - 2023-03-30
Expand Down

0 comments on commit 05067d3

Please sign in to comment.