mirror of
https://github.com/Balshgit/pydio.git
synced 2025-09-11 19:50:40 +03:00
4 lines
127 B
SQL
4 lines
127 B
SQL
SET FOREIGN_KEY_CHECKS = 0;
|
|
TRUNCATE hydra_oauth2_trusted_jwt_bearer_issuer;
|
|
TRUNCATE hydra_jwk;
|
|
SET FOREIGN_KEY_CHECKS = 1; |