You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
This PR adds the local IdP metadata schema for H2, MySQL, and PostgreSQL
by introducing `idp_user_meta`, `idp_group_meta`, and
`idp_group_user_rel` to both the full schema scripts and the
1.2.0-to-1.3.0 upgrade scripts. The change is limited to JDBC SQL
scripts only.
### Why are the changes needed?
The local authenticator needs dedicated metadata tables to persist
built-in IdP users, groups, and group memberships with soft-delete
support.
Fix: #10962
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
```
./gradlew --no-daemon :core:test --tests org.apache.gravitino.storage.TestSQLScripts
```
Note: the current `TestSQLScripts` coverage does not execute
`upgrade-*-to-*.sql` scripts, so upgrade scripts are not in the test
scope here.
0 commit comments