From 007229d7a5f6657c053ba5a45265c29a0e4f8832 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 30 Aug 2019 17:11:39 +0200 Subject: [PATCH] a --- script-carga-evento-THDVI.sql | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/script-carga-evento-THDVI.sql b/script-carga-evento-THDVI.sql index 7c2ea56..94f6df0 100644 --- a/script-carga-evento-THDVI.sql +++ b/script-carga-evento-THDVI.sql @@ -62,8 +62,11 @@ SELECT UUID() as ID, 'Locations - España - Madrid - Cibeles' , 'Estatua de la c - - +//AÑADIR EVENTO LISTA DE ESPERA +insert into lqdvi_v2.events(id, name, description, init_date, state, typeId, createdAt, updatedAt) +SELECT UUID() as ID, name, 'evento para lista de espera', init_date, state, 2, createdAt, updatedAt +FROM lqdvi_v2.events +where lqdvi_v2.events.id = '5f772798-5616-4663-a661-b6484dd11bd7'