From 67070ccea92b5aca5478d9996afea7e8e815ffaa Mon Sep 17 00:00:00 2001 From: Adrian Flores Cortes Date: Sun, 25 Jan 2026 10:26:54 -0600 Subject: [PATCH] feat: Update submodules with DDL and entities implementation Backend (3cc989c): - Adapted partners module for shippers/consignees - Added Unidad, Operador entities for fleet management - Added OrdenTransporte entity for transport orders - Added EventoTracking, Geocerca entities for tracking Database (7a91823): - Complete DDL files 01-08 for all schemas - ~98 tables across 8 schemas - CFDI Carta Porte 3.1 compliant structure - PostGIS for geospatial tracking - RLS policies for multi-tenancy Co-Authored-By: Claude Opus 4.5 --- backend | 2 +- database | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend b/backend index 95c6b58..3cc989c 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit 95c6b58449ba5cef36e13ab4ba8bc42a540f0a31 +Subproject commit 3cc989cf302550c11ef842ce0487a6a4b8dcb0d9 diff --git a/database b/database index c93e2b1..7a91823 160000 --- a/database +++ b/database @@ -1 +1 @@ -Subproject commit c93e2b1e0e7f497c8627ab00e2bd7162d92422f5 +Subproject commit 7a91823784169effba9ca9659b6e055f2b4d3c57