From 15f7d48290a5b731da5561564d0849c5fbbb9986 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Tue, 16 Jun 2026 23:14:14 +0000 Subject: [PATCH] FOOD_EVENTS.EID is not a primary key --- db/schemas/sokwedb/tables/create/food_events.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schemas/sokwedb/tables/create/food_events.m4 b/db/schemas/sokwedb/tables/create/food_events.m4 index ccaed2f..f63eeab 100644 --- a/db/schemas/sokwedb/tables/create/food_events.m4 +++ b/db/schemas/sokwedb/tables/create/food_events.m4 @@ -24,7 +24,7 @@ include(`grants.m4')dnl dnl CREATE TABLE food_events ( - eid INTEGER PRIMARY KEY NOT NULL + eid INTEGER NOT NULL REFERENCES events ,foodpart TEXT NOT NULL CONSTRAINT "FoodPart must be a FOOD_PARTS.Part" -- 2.34.1