Repositorio de lineas funciona
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user