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'