From 4bdabcc878f6b17844d3bc6039fa1f729f8e46bc Mon Sep 17 00:00:00 2001 From: Vladimir H Date: Thu, 18 Dec 2008 08:16:38 -0600 Subject: [PATCH] Agregada instruccion para reiniciar tablas de horarios. --- 0_Extra/MySQL-Instrucciones.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/0_Extra/MySQL-Instrucciones.txt b/0_Extra/MySQL-Instrucciones.txt index 10ca242..8061465 100644 --- a/0_Extra/MySQL-Instrucciones.txt +++ b/0_Extra/MySQL-Instrucciones.txt @@ -17,4 +17,7 @@ Otros comandos utiles ______________________ Eliminar al usuario: -DROP USER 'clab'@'localhost'; \ No newline at end of file +DROP USER 'clab'@'localhost'; + +Reiniciar tablas de horarios (eliminar TODOS los horarios asignados): +TRUNCATE horarios; -- 2.11.4.GIT