From 4d730fb3cd066ad9ddb7f8b7cd688f613b844749 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Fri, 6 Oct 2023 19:43:40 +0000 Subject: [PATCH] Remove /comments/ with clean-db --- db/schemas/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schemas/Makefile b/db/schemas/Makefile index 99d37d7..f193826 100644 --- a/db/schemas/Makefile +++ b/db/schemas/Makefile @@ -215,6 +215,7 @@ clean-db: clean-db-cache fi ; \ rm -rf $${schema}/$${subdir}/comments ; \ done ; \ + rm -rf $${schema}/comments ; \ done # The cached targets that alter the database -- 2.34.1