From cafcd3a0d93622acf3f581b847c165d9ebd3e976 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Thu, 23 Jan 2025 23:23:33 +0000 Subject: [PATCH] Data goes from clean into sokwedb --- conversion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversion/Makefile b/conversion/Makefile index c898f58..52e8bcd 100644 --- a/conversion/Makefile +++ b/conversion/Makefile @@ -200,7 +200,7 @@ make_clean: $(PSQL_DEPENDS) clean.sql cat clean.sql ; ) \ | psql $(PSQL_ARGS) $(PSQL_SINGLE_TRANS) --set=ON_ERROR_STOP=y -## load_data Copy the data from the easy schema into the +## load_data Copy the data from the clean schema into the ## production schemas. .PHONY: load_data load_data: $(PSQL_DEPENDS) -- 2.34.1