se comentaron algunos console.log y se cambiaron los sql

This commit is contained in:
2023-03-09 10:18:14 -06:00
parent d95c666648
commit 69fb4d1b3f
4 changed files with 3 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
INSERT INTO miembro (nombre, apellido_paterno, apellido_materno, id_tipo_miembro, email, password, descripcion, semestre, cuenta)
VALUES ('Jorge', 'Alvarado', 'Reyes', 1, 'Admin@unam.com', '$2b$10$1ExBjP1J1PET5N4m9Thv7O0l0nNjPsMYQW6.TZveaCFz0OkLh06Dy', 'Estudiante de Ingeniería en Sistemas', '4', 421010301);