Files
zitadel/apps/api/cmd/setup/52/check.sql
2025-08-05 15:20:32 -07:00

5 lines
118 B
SQL

SELECT 1
FROM information_schema.tables
WHERE table_schema = 'projections'
AND table_name = 'idp_templates6_ldap2';