From f6b1121c6d14f736d69fc80a1d3e6725b8f996ed Mon Sep 17 00:00:00 2001 From: lemuel Date: Fri, 20 May 2022 11:52:20 -0500 Subject: [PATCH] sql insert institucion carrerar error --- sql/15-institucion_carrera.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/15-institucion_carrera.sql b/sql/15-institucion_carrera.sql index 5281d6d..4a28819 100644 --- a/sql/15-institucion_carrera.sql +++ b/sql/15-institucion_carrera.sql @@ -299,4 +299,4 @@ INSERT INTO institucion_carrera(id_institucion, id_carrera) VALUES(500, 1); INSERT INTO institucion_carrera(id_institucion, id_carrera) VALUES(600, 1); INSERT INTO institucion_carrera(id_institucion, id_carrera) VALUES(700, 1); INSERT INTO institucion_carrera(id_institucion, id_carrera) VALUES(800, 1); -INSERT INTO institucion_carrera(id_institucion, id_carrera, clave_alt) VALUES(1000, 1); +INSERT INTO institucion_carrera(id_institucion, id_carrera) VALUES(1000, 1);