From 6e4aa538599969a790a18ee049971026d3e4394b Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Fri, 19 Jun 2026 00:00:01 +0000 Subject: [PATCH] Fix so EVENTS.behavior can have sdb_gps and sdb_map values --- db/schemas/sokwedb/tables/create/events.m4 | 2 ++ doc/src/tables/events.m4 | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/db/schemas/sokwedb/tables/create/events.m4 b/db/schemas/sokwedb/tables/create/events.m4 index 4e71c86..a27e0a4 100644 --- a/db/schemas/sokwedb/tables/create/events.m4 +++ b/db/schemas/sokwedb/tables/create/events.m4 @@ -68,9 +68,11 @@ CREATE TABLE events ( , 'sdb_arrival' , 'sdb_arrival_a' , 'sdb_food' + , 'sdb_gps' , 'sdb_grooming' , 'sdb_groom_scan' , 'sdb_groom_scan_a' + , 'sdb_map' , 'sdb_mating' , 'sdb_other_species' , 'sdb_pg_event')) diff --git a/doc/src/tables/events.m4 b/doc/src/tables/events.m4 index 71124fa..96e059e 100644 --- a/doc/src/tables/events.m4 +++ b/doc/src/tables/events.m4 @@ -616,6 +616,9 @@ The following list summarizes the available codes: ``sdb_arrival`` (Arrival) A row must exist on |ARRIVALS|. +``sdb_gps`` (GPS Location) + A row must exist on |LOCATIONS_GPS|. + ``sdb_food`` (Food) A row must exist on |FOOD_EVENTS|. @@ -628,6 +631,9 @@ The following list summarizes the available codes: ``sdb_mating`` (Mating) A row must exist on MATINGS. +``sdb_map`` (Map Location) + A row must exist on |LOCATIONS_MAP|. + ``sdb_other_species`` (Other Species) A row must exist on |SPECIES_PRESENT| and/or on |HUMANS|. -- 2.34.1