cambio en las tablas

This commit is contained in:
Andres2908
2022-05-17 13:29:52 -05:00
parent c914300997
commit 43551937cc
+3 -3
View File
@@ -23,11 +23,11 @@ const drop = async () => {
await FechaInscripcion.drop();
console.log('La tabla FechaInscripcion se desinstalo correctamente.'.magenta);
await Carrera.drop();
console.log('La tabla Carrera se desinstalo correctamente.'.magenta);
await Usuario.drop();
console.log('La tabla Usuario se desinstalo correctamente.'.magenta);
await Carrera.drop();
console.log('La tabla Carrera se desinstalo correctamente.'.magenta);
};
const sync = async () => {