Commit e266c5be7921c38145c0708e789bcd889da7e714

Authored by Lucas D'Avila
1 parent c40bce6a
Exists in master

Removido permissão para o menu 21240.

ieducar/misc/database/deltas/portabilis/57_menus_sql_modulo_transporte_escolar.sql
... ... @@ -65,7 +65,7 @@
65 65  
66 66 -- //@UNDO
67 67  
68   - DELETE FROM pmicontrolesis.menu where cod_menu in (21235,21236,21237,21238,21239);
  68 + DELETE FROM pmicontrolesis.menu where cod_menu in (21235,21236,21237,21238,21239, 21240);
69 69 DELETE FROM portal.menu_submenu where cod_menu_submenu in (21234,21235,21236,21237,21238,21239);
70 70 DELETE FROM pmicontrolesis.menu where cod_menu in (20710,20711,20712);
71 71 DELETE FROM pmicontrolesis.tutormenu where cod_tutormenu in (17);
... ...