Several tables have been dropped from the database. Also, access_token does not contain permissions anymore. To update the DB accordingly, run following: ```sql DROP TABLE access_token_permissions; DROP TABLE resource_set; DROP TABLE resource_set_scope; DROP TABLE permission_ticket; DROP TABLE permission; DROP TABLE permission_scope; DROP TABLE claim; DROP TABLE claim_to_policy; DROP TABLE claim_to_permission_ticket; DROP TABLE policy; DROP TABLE policy_scope; DROP TABLE claim_token_format; DROP TABLE claim_issuer; DROP TABLE saved_registered_client; ``` |
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| pom.xml | ||