From eb3cd189b5a16f3607ec14f7223b9c92c56b7392 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Sat, 14 Feb 2026 23:08:02 +0000 Subject: [PATCH] Produce the "drop notices" when dropping -- use correct file --- make_files/things.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_files/things.mk b/make_files/things.mk index 07add29..c689838 100644 --- a/make_files/things.mk +++ b/make_files/things.mk @@ -160,7 +160,7 @@ dropthings.sql: $(DROP_TARGETS) $(DB_DEPENDS) for target in $${REVERSE} ; do \ printf "RAISE INFO USING MESSAGE='Running %s/%s';\n" \ $${pathend} $${target} \ - >> createthings.sql ; \ + >> dropthings.sql ; \ cat $${target} >> dropthings.sql ; \ done -- 2.34.1