solo tabla motivos

This commit is contained in:
2022-03-21 22:42:28 -06:00
parent ec27f5b542
commit 7d18612953
+13 -10
View File
@@ -233,16 +233,19 @@ const dataInfraccion = async () => {
};
const exe = async () => {
await drop();
await sync();
await dataTipoUsuario();
await dataModulo();
await dataTipoCarrito();
await dataStatus();
await dataPrograma();
await dataSystem();
await dataAdmin();
await dataInfraccion();
// await drop();
// await sync();
// await dataTipoUsuario();
// await dataModulo();
// await dataTipoCarrito();
// await dataStatus();
// await dataPrograma();
// await dataSystem();
// await dataAdmin();
// await dataInfraccion();
await Motivo.sync();
console.log('La tabla Motivo se instalo correctamente.'.magenta);
console.log(
'\nSe ha instalado exitosamente la base de datos.\n'.underline.bold.green