From fca20694f05188afbd17214db6a820e0108b44fa Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Thu, 28 May 2026 17:35:00 +0000 Subject: [PATCH] EVENTS is to reference ATTENDANCE, so create ATTENDANCE first --- db/schemas/sokwedb/tables/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/schemas/sokwedb/tables/Makefile b/db/schemas/sokwedb/tables/Makefile index d4bfe6c..917c9e8 100644 --- a/db/schemas/sokwedb/tables/Makefile +++ b/db/schemas/sokwedb/tables/Makefile @@ -30,6 +30,7 @@ ORDER := biography_data \ follows \ follow_observers \ follow_studies \ + attendance \ events \ roles \ humans \ @@ -40,8 +41,7 @@ ORDER := biography_data \ non_brec_sighting_sources \ food_events \ groomings \ - groom_scans_b \ - attendance + groom_scans_b ## ## CAUTION: This Makefile is not designed to be run directly. It is normally ## invoked by another Makefile. -- 2.34.1