solo tabla motivos
This commit is contained in:
+13
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user