Import ClientFlow production v4928.1.5.132.4

This commit is contained in:
plx
2026-07-29 13:11:01 +00:00
parent 6445044ac6
commit 261d342057
405 changed files with 48373 additions and 1401 deletions

1
app/infra/__init__.py Normal file
View File

@@ -0,0 +1 @@
"""Infrastructure helpers."""

View File

@@ -0,0 +1,3 @@
from app.infra_schema_compat import has_column, opportunity_customer_column
__all__ = ["has_column", "opportunity_customer_column"]