mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 18:22:36 +00:00
5 lines
118 B
MySQL
5 lines
118 B
MySQL
|
|
SELECT 1
|
||
|
|
FROM information_schema.tables
|
||
|
|
WHERE table_schema = 'projections'
|
||
|
|
AND table_name = 'idp_templates6_ldap2';
|