From 38b98cc1d2bad525699bc3507887621e6714c0bc Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Sat, 7 Oct 2023 01:15:34 +0000 Subject: [PATCH] There is nothing in the upload directory; temporarly comment out --- db/schemas/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/schemas/Makefile b/db/schemas/Makefile index 8e75fed..1f3deff 100644 --- a/db/schemas/Makefile +++ b/db/schemas/Makefile @@ -32,8 +32,8 @@ include ../../make_files/help.mk # This is important because the tables containing foreign keys must be put # into the database after the tables they reference, etc. ORDER := lookup \ - sokwedb \ - upload + sokwedb +# upload # The schemas that contain tables, functions, etc. TABLE_SCHEMAS := lookup sokwedb -- 2.34.1