This commit is contained in:
Jan Prochazka 2024-09-19 14:23:34 +02:00
parent 66b39c1f80
commit cb7224ac94

View File

@ -1,3 +1,3 @@
module.exports = `
select conname as "constraint_name" from pg_constraint where contype = 'u' and connamespace = SCHEMA_ID_CONDITION
select conname as "constraint_name" from pg_constraint where contype = 'u' and connamespace =SCHEMA_NAME_CONDITION
`;