Drop LOCATIONS_B, replace it with LOCATIONS_GPS and LOCATIONS_MAP
authorKarl O. Pinc kop@karlpinc.com <kop@karlpinc.com>
Tue, 16 Jun 2026 17:51:01 +0000 (17:51 +0000)
committerKarl O. Pinc kop@karlpinc.com <kop@karlpinc.com>
Tue, 16 Jun 2026 17:51:01 +0000 (17:51 +0000)
commita9cbc0125b95c7931cd2577f7d26405ff87659a3
tree207b9f1bfd4875c328bfca5074813d39fd181446
parent189fb8454d725d7cc503351f59f13ebbf12d79ec
Drop LOCATIONS_B, replace it with LOCATIONS_GPS and LOCATIONS_MAP

Integrate the 2 new tables into the WATCHES system.
30 files changed:
db/schemas/lib/triggers/Makefile
db/schemas/lib/triggers/create/biography_data.m4
db/schemas/lib/triggers/create/events.m4
db/schemas/lib/triggers/create/locations_b.m4 [deleted file]
db/schemas/lib/triggers/create/roles.m4
db/schemas/lib/triggers/create/watches.m4
db/schemas/lib/triggers/drop/locations_b.m4 [deleted file]
db/schemas/sokwedb/indexes/Makefile
db/schemas/sokwedb/indexes/create/events.m4
db/schemas/sokwedb/indexes/create/locations_b.m4 [deleted file]
db/schemas/sokwedb/indexes/create/locations_gps.m4 [new file with mode: 0644]
db/schemas/sokwedb/indexes/create/locations_map.m4 [new file with mode: 0644]
db/schemas/sokwedb/indexes/create/watches.m4
db/schemas/sokwedb/indexes/drop/events.m4
db/schemas/sokwedb/indexes/drop/locations_b.m4 [deleted file]
db/schemas/sokwedb/indexes/drop/locations_gps.m4 [new file with mode: 0644]
db/schemas/sokwedb/indexes/drop/locations_map.m4 [new file with mode: 0644]
db/schemas/sokwedb/indexes/drop/watches.m4
db/schemas/sokwedb/tables/Makefile
db/schemas/sokwedb/tables/create/events.m4
db/schemas/sokwedb/tables/create/locations_b.m4 [deleted file]
db/schemas/sokwedb/tables/create/locations_gps.m4 [new file with mode: 0644]
db/schemas/sokwedb/tables/create/locations_map.m4 [new file with mode: 0644]
doc/src/epilog.inc.m4
doc/src/tables.m4
doc/src/tables/events.m4
doc/src/tables/locations_gps.m4 [new file with mode: 0644]
doc/src/tables/locations_map.m4 [new file with mode: 0644]
doc/src/tables/watches.m4
include/global_constants.m4