Skip to content

Commit

Permalink
fix: fixing merge error with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tamassoltesz committed Nov 5, 2024
1 parent dfcdf49 commit a5c740b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ CREATE TABLE IF NOT EXISTS oauth_logout_challenges (

CREATE INDEX IF NOT EXISTS oauth_logout_challenges_time_created_index ON oauth_logout_challenges(time_created DESC);
```
>>>>>>> origin/master

## [7.1.3] - 2024-09-04

Expand Down Expand Up @@ -102,7 +101,6 @@ CREATE INDEX IF NOT EXISTS user_last_active_last_active_time_index ON user_last_
ALTER TABLE tenant_configs ADD COLUMN IF NOT EXISTS is_first_factors_null BOOLEAN DEFAULT TRUE;
ALTER TABLE tenant_configs ALTER COLUMN is_first_factors_null DROP DEFAULT;
```
>>>>>>> master

## [7.0.1] - 2024-04-17

Expand Down

0 comments on commit a5c740b

Please sign in to comment.