From 16d375efc2b2f1c979da5727c672f22f479ece60 Mon Sep 17 00:00:00 2001 From: Lemuel Marquez Date: Wed, 19 May 2021 02:36:56 -0500 Subject: [PATCH] borrar instalacion de carreras --- server/db/install.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/db/install.js b/server/db/install.js index 48343b1..9310c0e 100644 --- a/server/db/install.js +++ b/server/db/install.js @@ -160,7 +160,6 @@ const exe = async () => { await drop(); await sync(); await dataTipoUsuario(); - await dataCarrera(); await dataModulo(); await dataTipoCarrito(); await dataStatus();