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
8 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
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ insert into transportistas(id) values | |
(3); | ||
|
||
insert into pedidosTransportista(id,nref,nombreEmisor,correoEmisor,direccionEmisor,direccionReceptor,fechaEntrega) values | ||
(1, 1, "Calle Uría 53, 4B", "Juan", "[email protected]", "Calle Julián Clavería 13, 2C", "2024-06-22"), | ||
(1, 1, "Juan", "[email protected]", "Calle Uría 53, 4B", "Calle Julián Clavería 13, 2C", "2024-06-22"), | ||
(1, 4, "Felipe", "[email protected]", "Calle Ramiro I Rey 2, bajo izda", "Calle Quintana 6, 5C", "2024-07-08"), | ||
(1, 9, "Covadonga", "[email protected]", "Calle Caveda 4, 2C", "Calle Burriana 18, 6A", "2024-06-26"), | ||
(2, 3, "Marta", "[email protected]", "Calle Fernando Alonso 33, 3C", "Calle de Argüelles 11, 4A", "2024-07-14"), | ||
|