generated from javiertuya/samples-test-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ delete from CategoriaCompeticion; | |
delete from Competicion; | ||
delete from PagosTransferencia; | ||
|
||
<<<<<<< HEAD | ||
|
||
delete from Categoria; | ||
======= | ||
|
||
|
||
insert into Competicion(id,nombre_c,fecha,descr,distancia,tipo,nPlazas,iban_c,cancelacion,devolucion,fechaCanc,tiemposparciales) values | ||
(100,'San Silvestre','2023-12-12','antes inscripcion',42,'Montaña',40,'ES12 1234 5678 9098 7545 6787','Si',10,'2023-12-08',false), | ||
|
@@ -29,10 +29,10 @@ insert into Participa(correoElec,id_c,estadoI) values | |
('[email protected]',100,'Preinscrito'),('[email protected]',102,'Inscrito'),('[email protected]',101,'Preinscrito'), | ||
('[email protected]',100,'Inscrito'), ('[email protected]',100,'Inscrito'); | ||
|
||
>>>>>>> refs/heads/main | ||
|
||
|
||
<<<<<<< HEAD | ||
|
||
|
||
insert into Competicion(id,nombre_c,fecha,descr,distancia,tipo,nPlazas,devolucion,cancelacion) values | ||
(100,'San Silvestre','2023-12-09','antes inscripcion',42,'Montaña',40,10,'Si'), | ||
(101,'Media Maraton','2023-12-10','en fase 3',21,'Ruta',30,5,'Si'), | ||
|
@@ -58,10 +58,10 @@ insert into Participa(correoElec,id_c,estadoI,ritmo,completado) values | |
INSERT into PagosTransferencia (nombre_Completo,correoElec,dni,importe,iban,id_c) values | ||
('Alexander Graham','[email protected]',1,52.5,'ES12 1234 5678 9098 7545 6787',100), | ||
('Hunter Davis','[email protected]',7,52.5,'ES21 4059 0197 7333 9419 9129',103); | ||
>>>>>>> refs/heads/main | ||
|
||
|
||
<<<<<<< HEAD | ||
|
||
|
||
|
||
|
||
INSERT into PagosTransferencia (nombre_Completo,correoElec,dni,importe,iban,id_c) values | ||
|
@@ -101,7 +101,7 @@ values ('[email protected]','San Silvestre','Preinscrito','2023-09-11'), | |
('[email protected]','San Silvestre','Inscrito','2023-10-01'), | ||
('[email protected]','San Silvestre','Inscrito','2023-10-01'), | ||
('[email protected]','Vuelta Ciclista','Preinscrito','2023-11-03'); | ||
======= | ||
|
||
insert into Plazo(id_c,descr,fechaIni,fechaFin,cuota) values | ||
(100,'Primer plazo','2016-11-01','2016-12-04',50.0), | ||
(101,'Primer plazo','2023-12-30','2023-12-05',42.0), | ||
|
@@ -134,4 +134,4 @@ values ('[email protected]','San Silvestre','Preinscrito','2023-09-11'), | |
('[email protected]','San Silvestre','Inscrito','2023-10-01'), | ||
('[email protected]','San Silvestre','Inscrito','2023-10-01'), | ||
('[email protected]','Vuelta Ciclista','Preinscrito','2023-11-03'); | ||
>>>>>>> refs/heads/main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters