Repositorio de lineas funciona

This commit is contained in:
2026-03-25 11:51:14 +01:00
parent 28880c4d99
commit 025801a689
5 changed files with 86 additions and 27 deletions

View File

@@ -7,7 +7,6 @@ CREATE table if not exists objenious_lines (
imei TEXT,
imeiChangeDate TIMESTAMPTZ,
offerCode TEXT,
status TEXT,
preactivationDate TIMESTAMPTZ, -- No viene con hora
activationDate TIMESTAMPTZ,
commercialStatus TEXT,
@@ -16,5 +15,6 @@ CREATE table if not exists objenious_lines (
billingStatusChangeDate TIMESTAMPTZ,
billingActivationDate TIMESTAMPTZ,
createDate TIMESTAMPTZ,
raw JSONB
raw JSONB,
hash TEXT
)