Skip to content

Commit

Permalink
Merge pull request #1414 from wultra/issues/migration-instruction-for…
Browse files Browse the repository at this point in the history
…matting

Fix formatting of migration instructions
  • Loading branch information
banterCZ authored Sep 13, 2023
2 parents 4a7ef31 + e696842 commit f9da9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Web-Flow-1.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ INSERT INTO oauth2_registered_client (id, client_id, client_id_issued_at, client

Due to migration to Spring Authorization Server the following migration is necessary.

```sql```
```sql
ALTER TABLE tpp_app_detail DROP CONSTRAINT tpp_client_secret_fk;
ALTER TABLE tpp_app_detail ADD CONSTRAINT tpp_client_secret_fk FOREIGN KEY (app_client_id) REFERENCES oauth2_registered_client (client_id);
```
Expand Down

0 comments on commit f9da9c1

Please sign in to comment.