diff --git a/schema/connections.hcl b/schema/connections.hcl index 3cbf7fda..7652f66e 100644 --- a/schema/connections.hcl +++ b/schema/connections.hcl @@ -70,7 +70,7 @@ table "connections" { } index "connections_name_type_key" { unique = true - columns = [column.type, column.name] + columns = [column.type, column.name, column.namespace] } foreign_key "connections_created_by_fkey" { columns = [column.created_by]