From 396143b67ed654451d697d6c4d280bfc3fa96156 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 4 Oct 2023 21:14:58 -0500 Subject: [PATCH] Fix to cleanup comment sql --- db/schemas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schemas/Makefile b/db/schemas/Makefile index 6020670..c513e08 100644 --- a/db/schemas/Makefile +++ b/db/schemas/Makefile @@ -58,7 +58,7 @@ TARGETS := createtables.sql droptables.sql \ createviews.sql dropviews.sql \ createindexes.sql dropindexes.sql \ createschemas.sql dropschemas.sql \ - commentson.sql commentsoff.sql \ + comment_on.sql comment_off.sql \ gen_func_comment_tmpl.sql # Paths to the m4 include directories. -- 2.34.1