This commit is contained in:
David Arranz 2019-08-30 17:11:39 +02:00
parent e49cb9741d
commit 007229d7a5

View File

@ -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'