listo usuario login

This commit is contained in:
xXpuma99Xx
2022-04-21 22:34:10 -05:00
parent b0aa811582
commit 4c4b1b1d85
6 changed files with 19 additions and 11 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
INSERT INTO institucion (institucion, logo) VALUES ("FES Acatlán", "url");
INSERT INTO institucion (institucion, logo) VALUES ("Facultad de Arquitectura", "url");
INSERT INTO carrera (carrera, id_institucion) VALUES ("Matemáticas Aplicadas y Computación", 2);
INSERT INTO carrera (carrera, id_institucion) VALUES ("Arquitectura", 1);
INSERT INTO carrera (carrera, id_institucion) VALUES ("Matemáticas Aplicadas y Computación", 1);
INSERT INTO carrera (carrera, id_institucion) VALUES ("Arquitectura", 2);
INSERT INTO status (status) VALUES ("Activo");
INSERT INTO status (status) VALUES ("Apartado");