summaryrefslogtreecommitdiffstats
path: root/admin/Database/ogBDAdmin.sql
diff options
context:
space:
mode:
Diffstat (limited to 'admin/Database/ogBDAdmin.sql')
-rw-r--r--admin/Database/ogBDAdmin.sql1273
1 files changed, 0 insertions, 1273 deletions
diff --git a/admin/Database/ogBDAdmin.sql b/admin/Database/ogBDAdmin.sql
deleted file mode 100644
index fa5e2453..00000000
--- a/admin/Database/ogBDAdmin.sql
+++ /dev/null
@@ -1,1273 +0,0 @@
--- phpMyAdmin SQL Dump
--- version 2.10.0.2
--- http://www.phpmyadmin.net
---
--- Servidor: localhost
--- Tiempo de generación: 28-10-2009 a las 12:33:31
--- Versión del servidor: 5.0.27
--- Versión de PHP: 5.1.6
-
-SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
-
---
--- Base de datos: `bdhidra`
---
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `acciones`
---
-
-DROP TABLE IF EXISTS `acciones`;
-CREATE TABLE IF NOT EXISTS `acciones` (
- `idaccion` int(11) NOT NULL auto_increment,
- `tipoaccion` int(11) NOT NULL default '0',
- `idtipoaccion` int(11) default NULL,
- `cateaccion` tinyint(4) default NULL,
- `ambito` tinyint(4) default NULL,
- `idambito` int(11) default NULL,
- `ambitskwrk` text,
- `fechahorareg` datetime NOT NULL default '0000-00-00 00:00:00',
- `fechahorafin` datetime NOT NULL default '0000-00-00 00:00:00',
- `parametros` text,
- `estado` char(1) default NULL,
- `resultado` char(1) default NULL,
- `idcentro` int(11) default NULL,
- `accionid` int(11) default NULL,
- `idnotificador` int(11) default NULL,
- PRIMARY KEY (`idaccion`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `acciones`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `acciones_menus`
---
-
-DROP TABLE IF EXISTS `acciones_menus`;
-CREATE TABLE IF NOT EXISTS `acciones_menus` (
- `idaccionmenu` int(11) NOT NULL auto_increment,
- `tipoaccion` tinyint(4) NOT NULL default '0',
- `idtipoaccion` int(11) NOT NULL default '0',
- `idmenu` int(11) NOT NULL default '0',
- `tipoitem` tinyint(4) default NULL,
- `idurlimg` int(11) default NULL,
- `descripitem` varchar(250) default NULL,
- `orden` tinyint(4) default NULL,
- PRIMARY KEY (`idaccionmenu`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `acciones_menus`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `aulas`
---
-
-DROP TABLE IF EXISTS `aulas`;
-CREATE TABLE IF NOT EXISTS `aulas` (
- `idaula` int(11) NOT NULL auto_increment,
- `nombreaula` varchar(100) NOT NULL default '',
- `idcentro` int(11) NOT NULL default '0',
- `urlfoto` varchar(250) default NULL,
- `cuadro_y` char(3) default NULL,
- `cuadro_x` char(3) default NULL,
- `cagnon` tinyint(1) default NULL,
- `pizarra` tinyint(1) default NULL,
- `grupoid` int(11) default NULL,
- `ubicacion` varchar(255) default NULL,
- `comentarios` text,
- `puestos` tinyint(4) default NULL,
- `horaresevini` tinyint(4) default NULL,
- `horaresevfin` tinyint(4) default NULL,
- PRIMARY KEY (`idaula`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `aulas`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `campus`
---
-
-DROP TABLE IF EXISTS `campus`;
-CREATE TABLE IF NOT EXISTS `campus` (
- `idcampus` int(11) NOT NULL auto_increment,
- `nombrecampus` varchar(100) NOT NULL default '',
- `iduniversidad` int(11) default NULL,
- `urlmapa` varchar(255) default NULL,
- `cuadro_y` tinyint(3) default NULL,
- `cuadro_x` tinyint(3) default NULL,
- PRIMARY KEY (`idcampus`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `campus`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `centros`
---
-
-DROP TABLE IF EXISTS `centros`;
-CREATE TABLE IF NOT EXISTS `centros` (
- `idcentro` int(11) NOT NULL auto_increment,
- `nombrecentro` varchar(100) NOT NULL default '',
- `identidad` int(11) default NULL,
- `comentarios` text,
- PRIMARY KEY (`idcentro`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `centros`
---
-INSERT INTO `centros` (`idcentro`,`nombrecentro`,`identidad`,`comentarios`) VALUES
- (1,'Unidad organizativa (Default)',1,'Esta Unidad Organizativa se crea automáticamente en el proceso de instalación de OpenGNSys');
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `comandos`
---
-
-DROP TABLE IF EXISTS `comandos`;
-CREATE TABLE IF NOT EXISTS `comandos` (
- `idcomando` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- `nfuncion1` varchar(250) default NULL,
- `nfuncion2` varchar(250) default NULL,
- `nfuncion4` varchar(250) default NULL,
- `nfuncion8` varchar(250) default NULL,
- `nfuncion10` varchar(250) default NULL,
- `urlimg` varchar(250) default NULL,
- `urlamb1` varchar(250) default NULL,
- `urlamb2` varchar(250) default NULL,
- `urlamb4` varchar(250) default NULL,
- `urlamb8` varchar(250) default NULL,
- `urlamb10` varchar(250) default NULL,
- `aplicambito` tinyint(4) default NULL,
- `visuparametros` varchar(250) default NULL,
- `parametros` varchar(250) default NULL,
- `comentarios` text,
- `interactivo` tinyint(1) default NULL,
- `ejecutor` char(1) default NULL,
- `activo` tinyint(1) NOT NULL,
- PRIMARY KEY (`idcomando`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;
-
---
--- Volcar la base de datos para la tabla `comandos`
---
-
-INSERT INTO `comandos` (`idcomando`, `descripcion`, `nfuncion1`, `nfuncion2`, `nfuncion4`, `nfuncion8`, `nfuncion10`, `urlimg`, `urlamb1`, `urlamb2`, `urlamb4`, `urlamb8`, `urlamb10`, `aplicambito`, `visuparametros`, `parametros`, `comentarios`, `interactivo`, `ejecutor`, `activo`) VALUES
-(1, 'Arrancar', 'Arrancar', 'Arrancar', 'Arrancar', 'Arrancar', 'Arrancar', '', '../comandos/Arrancar.php', '../comandos/Arrancar.php', '../comandos/Arrancar.php', '../comandos/Arrancar.php', '../comandos/Arrancar.php', 31, 'iph', 'nfn;iph;mac', '', 1, '1', 1),
-(2, 'Apagar', 'Apagar', 'Apagar', 'Apagar', 'Apagar', 'Apagar', '', '../comandos/Apagar.php', '../comandos/Apagar.php', '../comandos/Apagar.php', '../comandos/Apagar.php', '../comandos/Apagar.php', 31, 'iph', 'nfn;iph', '', 1, '2', 1),
-(3, 'Restaurar Imagen', '', '', 'RestaurarImagen', 'RestaurarImagen', 'RestaurarImagen', '', '', '', '../comandos/RestaurarImagenAula.php', '../comandos/RestaurarImagenGrupoOrdenadores.php', '../comandos/RestaurarImagenOrdenador.php', 28, 'idi;par;iph;mcl', 'nfn;iph;par;idi;ifs;ifh;nem;idc;ida;swr', '', 1, '2', 1),
-(4, 'Crear Imagen', '', '', '', '', 'CrearPerfilSoftware', '', '', '', '', '', '../comandos/CrearPerfilSoftware.php', 16, 'ifs;ifh;par', 'nfn;iph;par;ifs;ifh;nem;', '', 1, '2', 1),
-(5, 'Reiniciar', 'Reiniciar', 'Reiniciar', 'Reiniciar', 'Reiniciar', 'Reiniciar', '', '../comandos/Reiniciar.php', '../comandos/Reiniciar.php', '../comandos/Reiniciar.php', '../comandos/Reiniciar.php', '../comandos/Reiniciar.php', 31, 'iph', 'nfn;iph', '', 1, '2', 1),
-(6, 'Inventario Hardware', '', '', '', '', 'InventarioHardware', '', '', '', '', '', '../comandos/InventarioHardware.php', 16, 'iph', 'nfn;iph', '', 1, '2', 1),
-(7, 'Inventario Software', '', '', '', '', 'InventarioSoftware', '', '', '', '', '', '../comandos/InventarioSoftware.php', 16, 'iph;par', 'nfn;iph;par', '', 1, '2', 1),
-(8, 'Ejecutar Script', 'ExecShell', 'ExecShell', 'ExecShell', 'ExecShell', 'ExecShell', '', '../comandos/EjecutarScripts.php', '../comandos/EjecutarScripts.php', '../comandos/EjecutarScripts.php', '../comandos/EjecutarScripts.php', '../comandos/EjecutarScripts.php', 31, 'iph;tis;dcr;scp', 'nfn;iph;tis;dcr;scp', '', 1, '2', 1),
-(9, 'Particionar y formatear', '', '', 'ParticionaryFormatear', 'ParticionaryFormatear', 'ParticionaryFormatear', '', '', '', '../comandos/Configurar.php', '../comandos/Configurar.php', '../comandos/Configurar.php', 28, 'iph;ppa;lpa;hdc', 'nfn;iph;ppa;lpa;hdc', '', 1, '2', 1),
-(10, 'Particionar y Formatear', '', '', 'ParticionaryFormatear', 'ParticionaryFormatear', 'ParticionaryFormatear', '', '', '', '../comandos/Particionar.php', '../comandos/Particionar.php', '../comandos/Particionar.php', 28, 'iph;ppa;lpa;hdc', 'nfn;iph;ppa;lpa;hdc', '', 1, '2', 0),
-(11, 'Generar software Incremental', '', '', '', '', 'CrearSoftwareIncremental', '', '', '', '', '', '../comandos/CrearSoftIncremental.php', 16, 'ifs;ifh;par;icr', 'nfn;iph;par;ifs;ifh;nem;icr', '', 1, '2', 0),
-(12, 'Activar Rembo Off Line', 'RemboOffline', 'RemboOffline', 'RemboOffline', 'RemboOffline', 'RemboOffline', '', '../comandos/RemboOffline.php', '../comandos/RemboOffline.php', '../comandos/RemboOffline.php', '../comandos/RemboOffline.php', '../comandos/RemboOffline.php', 31, 'iph', 'nfn;iph', '', 1, '2', 0),
-(13, 'Tomar Configuracion', 'TomaConfiguracion', 'TomaConfiguracion', 'TomaConfiguracion', 'TomaConfiguracion', 'TomaConfiguracion', '', '../comandos/TomaConfiguracion.php', '../comandos/TomaConfiguracion.php', '../comandos/TomaConfiguracion.php', '../comandos/TomaConfiguracion.php', '../comandos/TomaConfiguracion.php', 31, 'iph', 'nfn;iph', '', 1, '2', 0),
-(14, 'Iniciar Sesion', 'IniciarSesion', 'IniciarSesion', 'IniciarSesion', 'IniciarSesion', 'IniciarSesion', '', '../comandos/IniciarSesion.php', '../comandos/IniciarSesion.php', '../comandos/IniciarSesion.php', '../comandos/IniciarSesion.php', '../comandos/IniciarSesion.php', 31, 'iph;par', 'nfn;iph;par', '', 1, '2', 1);
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `comandos_eng`
---
-
-DROP TABLE IF EXISTS `comandos_eng`;
-CREATE TABLE IF NOT EXISTS `comandos_eng` (
- `idcomando` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- `nfuncion1` varchar(250) default NULL,
- `nfuncion2` varchar(250) default NULL,
- `nfuncion4` varchar(250) default NULL,
- `nfuncion8` varchar(250) default NULL,
- `nfuncion10` varchar(250) default NULL,
- `urlimg` varchar(250) default NULL,
- `urlamb1` varchar(250) default NULL,
- `urlamb2` varchar(250) default NULL,
- `urlamb4` varchar(250) default NULL,
- `urlamb8` varchar(250) default NULL,
- `urlamb10` varchar(250) default NULL,
- `aplicambito` tinyint(4) default NULL,
- `visuparametros` varchar(250) default NULL,
- `parametros` varchar(250) default NULL,
- `comentarios` text,
- `interactivo` tinyint(1) default NULL,
- `ejecutor` char(1) default NULL,
- PRIMARY KEY (`idcomando`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `comandos_eng`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `configuraciones`
---
-
-DROP TABLE IF EXISTS `configuraciones`;
-CREATE TABLE IF NOT EXISTS `configuraciones` (
- `idconfiguracion` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) default NULL,
- `configuracion` text NOT NULL,
- PRIMARY KEY (`idconfiguracion`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `configuraciones`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `entidades`
---
-
-DROP TABLE IF EXISTS `entidades`;
-CREATE TABLE IF NOT EXISTS `entidades` (
- `identidad` int(11) NOT NULL auto_increment,
- `nombreentidad` varchar(200) NOT NULL default '',
- `comentarios` text,
- `iduniversidad` int(11) default NULL,
- `grupoid` int(11) default NULL,
- PRIMARY KEY (`identidad`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `entidades`
---
-INSERT INTO `entidades` (`identidad`,`nombreentidad`,`comentarios`,`iduniversidad`,`grupoid`) VALUES
- (1,'Entidad (Default)','Esta Entidad se crea automáticamente se crea automáticamente en el proceso de instalación de OpenGNSys',1,0);
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `estatus`
---
-
-DROP TABLE IF EXISTS `estatus`;
-CREATE TABLE IF NOT EXISTS `estatus` (
- `idestatus` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- PRIMARY KEY (`idestatus`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;
-
---
--- Volcar la base de datos para la tabla `estatus`
---
-
-INSERT INTO `estatus` (`idestatus`, `descripcion`) VALUES
-(1, 'P.D.I. ( Profesor)'),
-(2, 'P.A.S.'),
-(3, 'Doctor'),
-(4, 'Alumno'),
-(5, 'Otros');
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `grupos`
---
-
-DROP TABLE IF EXISTS `grupos`;
-CREATE TABLE IF NOT EXISTS `grupos` (
- `idgrupo` int(11) NOT NULL auto_increment,
- `nombregrupo` varchar(250) NOT NULL default '',
- `grupoid` int(11) NOT NULL default '0',
- `tipo` tinyint(4) NOT NULL default '0',
- `idcentro` int(11) NOT NULL default '0',
- `iduniversidad` int(11) default NULL,
- `comentarios` text,
- PRIMARY KEY (`idgrupo`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `grupos`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `gruposordenadores`
---
-
-DROP TABLE IF EXISTS `gruposordenadores`;
-CREATE TABLE IF NOT EXISTS `gruposordenadores` (
- `idgrupo` int(11) NOT NULL auto_increment,
- `nombregrupoordenador` varchar(250) NOT NULL default '',
- `idaula` int(11) NOT NULL default '0',
- `grupoid` int(11) default NULL,
- `comentarios` text,
- PRIMARY KEY (`idgrupo`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Estructura de tabla para la tabla `hardwares`
---
-DROP TABLE IF EXISTS `hardwares`;
-CREATE TABLE IF NOT EXISTS `hardwares` (
- `idhardware` int(11) NOT NULL auto_increment,
- `idtipohardware` int(11) NOT NULL default '0',
- `descripcion` varchar(250) NOT NULL default '',
- `idcentro` int(11) NOT NULL default '0',
- `grupoid` int(11) default NULL,
- PRIMARY KEY (`idhardware`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `iconos`
---
-
-DROP TABLE IF EXISTS `iconos`;
-CREATE TABLE IF NOT EXISTS `iconos` (
- `idicono` int(11) NOT NULL auto_increment,
- `urlicono` varchar(200) default NULL,
- `idtipoicono` int(11) default NULL,
- `descripcion` varchar(250) default NULL,
- PRIMARY KEY (`idicono`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;
-
---
--- Volcar la base de datos para la tabla `iconos`
---
-
-INSERT INTO `iconos` (`idicono`, `urlicono`, `idtipoicono`, `descripcion`) VALUES
- (1,'vga.gif',1,'Tarjeta gráfica'),
- (2,'nic.gif',1,'Tarjeta de Red'),
- (3,'placabase.gif',1,'Placas base'),
- (4,'tsonido.gif',1,'Tarjeta de sonido'),
- (5,'camweb.gif',1,'Cámara web'),
- (6,'logoXP.png',2,'Logo Windows XP'),
- (7,'logolinux.png',2,'Logo General de Linux'),
- (8,'particionar.png',2,'Particionar'),
- (9,'ordenadoroff.png',2,'Ordenador apagado'),
- (10,'ordenadoron.png',2,'Ordenador encendido'),
- (11,'usb.gif',1,'Mi icono usb'),
- (12,'ide.gif',1,'Controladores IDE'),
- (13,'dvdcd.gif',1,'Lectoras y grabadoras de DVD'),
- (14,'audio.gif',1,'Dispositivos de audio');
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `idiomas`
---
-
-DROP TABLE IF EXISTS `idiomas`;
-CREATE TABLE IF NOT EXISTS `idiomas` (
- `ididioma` int(11) NOT NULL auto_increment,
- `descripcion` varchar(100) default NULL,
- `nemonico` char(3) default NULL,
- PRIMARY KEY (`ididioma`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
-
---
--- Volcar la base de datos para la tabla `idiomas`
---
-
-INSERT INTO `idiomas` (`ididioma`, `descripcion`, `nemonico`) VALUES
-(1, 'Español', 'esp'),
-(2, 'Ingles', 'eng'),
-(3, 'Catalan', 'cat');
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `imagenes`
---
-
-DROP TABLE IF EXISTS `imagenes`;
-CREATE TABLE IF NOT EXISTS `imagenes` (
- `idimagen` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- `idperfilsoft` int(11) default NULL,
- `idcentro` int(11) default NULL,
- `comentarios` text,
- `grupoid` int(11) default NULL,
- PRIMARY KEY (`idimagen`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `imagenes`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `imagenes_softincremental`
---
-
-DROP TABLE IF EXISTS `imagenes_softincremental`;
-CREATE TABLE IF NOT EXISTS `imagenes_softincremental` (
- `idimagen` int(11) NOT NULL default '0',
- `idsoftincremental` int(11) NOT NULL default '0'
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
---
--- Volcar la base de datos para la tabla `imagenes_softincremental`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `menus`
---
-
-DROP TABLE IF EXISTS `menus`;
-CREATE TABLE IF NOT EXISTS `menus` (
- `idmenu` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- `idcentro` int(11) NOT NULL default '0',
- `urlimg` varchar(250) default NULL,
- `titulo` varchar(250) default NULL,
- `coorx` int(11) default NULL,
- `coory` int(11) default NULL,
- `modalidad` tinyint(4) default NULL,
- `scoorx` int(11) default NULL,
- `scoory` int(11) default NULL,
- `smodalidad` tinyint(4) default NULL,
- `comentarios` text,
- `grupoid` int(11) NOT NULL default '0',
- `htmlmenupub` varchar(250) default NULL,
- `htmlmenupri` varchar(250) default NULL,
- `resolucion` tinyint(4) default NULL,
- PRIMARY KEY (`idmenu`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `menus`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `notificaciones`
---
-
-DROP TABLE IF EXISTS `notificaciones`;
-CREATE TABLE IF NOT EXISTS `notificaciones` (
- `idnotificacion` int(11) NOT NULL auto_increment,
- `accionid` int(11) NOT NULL default '0',
- `idnotificador` int(11) default NULL,
- `fechahorareg` datetime default '0000-00-00 00:00:00',
- `resultado` char(1) default NULL,
- `descrinotificacion` text,
- `idaccion` int(11) default NULL,
- PRIMARY KEY (`idnotificacion`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `notificaciones`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `ordenadores`
---
-
-DROP TABLE IF EXISTS `ordenadores`;
-CREATE TABLE IF NOT EXISTS `ordenadores` (
- `idordenador` int(11) NOT NULL AUTO_INCREMENT,
- `nombreordenador` varchar(100) DEFAULT NULL,
- `ip` varchar(16) NOT NULL,
- `mac` varchar(12) DEFAULT NULL,
- `idaula` int(11) DEFAULT NULL,
- `idperfilhard` int(11) DEFAULT NULL,
- `idservidordhcp` int(11) DEFAULT NULL,
- `idservidorrembo` int(11) DEFAULT NULL,
- `grupoid` int(11) DEFAULT NULL,
- `idconfiguracion` int(11) DEFAULT NULL,
- `idmenu` int(11) DEFAULT NULL,
- `idparticion` int(11) DEFAULT NULL,
- `cache` int(11) DEFAULT NULL,
- `modomul` tinyint(4) NOT NULL,
- `ipmul` varchar(16) NOT NULL,
- `pormul` int(11) NOT NULL,
- `velmul` smallint(6) NOT NULL,
- PRIMARY KEY (`idordenador`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `ordenadores`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `ordenador_imagen`
---
-
-DROP TABLE IF EXISTS `ordenador_imagen`;
-CREATE TABLE IF NOT EXISTS `ordenador_imagen` (
- `idordenador` int(11) NOT NULL default '0',
- `particion` int(11) NOT NULL default '0',
- `idimagen` int(11) NOT NULL default '0'
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
---
--- Volcar la base de datos para la tabla `ordenador_imagen`
---
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `ordenador_imagen`
---
-
-DROP TABLE IF EXISTS `ordenador_perfilsoft`;
-CREATE TABLE `ordenador_perfilsoft` (
- `idordenador` int(11) NOT NULL default '0',
- `particion` int(11) NOT NULL default '0',
- `idperfilsoft` int(11) NOT NULL default '0'
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `parametros`
---
-
-DROP TABLE IF EXISTS `parametros`;
-CREATE TABLE IF NOT EXISTS `parametros` (
- `idparametro` int(11) NOT NULL auto_increment,
- `nemonico` char(3) NOT NULL default '',
- `descripcion` varchar(250) NOT NULL default '',
- `nomidentificador` varchar(50) default NULL,
- `nomtabla` varchar(100) default NULL,
- `nomliteral` varchar(250) default NULL,
- `tipopa` tinyint(1) default NULL,
- PRIMARY KEY (`idparametro`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=21 ;
-
---
--- Volcar la base de datos para la tabla `parametros`
---
-
-INSERT INTO `parametros` (`idparametro`, `nemonico`, `descripcion`, `nomidentificador`, `nomtabla`, `nomliteral`, `tipopa`) VALUES
-(1, 'iph', 'Ordenadores', '', '', '', 0),
-(2, 'nfn', 'Nombre de la función a ejecutar en el servidor o en el cliente rembo', '', '', '', 0),
-(3, 'eje', 'Ejecutor del comando (servidor o cliente rembo)', '', '', '', 0),
-(4, 'par', 'Partición', '', '', '', 0),
-(5, 'ifs', 'Perfil Software', 'idperfilsoft', 'perfilessoft', 'descripcion', 1),
-(6, 'ifh', 'Perfil Hardware', 'idperfilhard', 'perfileshard', 'descripcion', 1),
-(7, 'nem', 'Nemónico', '', '', '', 0),
-(8, 'idc', 'Centro', 'idcentro', 'centros', '', 1),
-(9, 'ida', 'Aula', 'idaula', 'aulas', 'nombreaula', 1),
-(10, 'idi', 'Imagen', 'idimagen', 'imagenes', 'descripcion', 1),
-(11, 'mac', 'Dirección Mac', '', '', '', 0),
-(12, 'cmd', 'Identificador de un comando dentro de una tarea', 'idtareacomando', 'tareas_comando', '', 1),
-(13, 'ppa', 'Particiones primarias', '', '', '', 0),
-(14, 'lpa', 'Particiones Lógicas', '', '', '', 0),
-(15, 'hdc', 'Particiones a formatear', '', '', '', 0),
-(16, 'tis', 'Título del Script', '', '', '', 0),
-(17, 'scp', 'Código bash', '', '', '', 0),
-(18, 'dcr', 'Descripción', '', '', '', 0),
-(19, 'icr', 'Software Incremental', 'idsoftincremental', 'softincrementales', 'descripcion', 1),
-(20, 'mcl', 'Protocolo de clonación', '', '', '', 0);
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `particiones`
---
-
-DROP TABLE IF EXISTS `particiones`;
-CREATE TABLE IF NOT EXISTS `particiones` (
- `idparticion` int(11) NOT NULL auto_increment,
- `particion` varchar(250) NOT NULL default '',
- PRIMARY KEY (`idparticion`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `particiones`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `perfileshard`
---
-
-DROP TABLE IF EXISTS `perfileshard`;
-CREATE TABLE IF NOT EXISTS `perfileshard` (
- `idperfilhard` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- `idcentro` int(11) NOT NULL default '0',
- `comentarios` text,
- `grupoid` int(11) default NULL,
- PRIMARY KEY (`idperfilhard`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `perfileshard`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `perfileshard_hardwares`
---
-
-DROP TABLE IF EXISTS `perfileshard_hardwares`;
-CREATE TABLE IF NOT EXISTS `perfileshard_hardwares` (
- `idperfilhard` int(11) NOT NULL default '0',
- `idhardware` int(11) NOT NULL default '0'
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
---
--- Volcar la base de datos para la tabla `perfileshard_hardwares`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `perfileshard_perfilessoft`
---
-
-DROP TABLE IF EXISTS `perfileshard_perfilessoft`;
-CREATE TABLE IF NOT EXISTS `perfileshard_perfilessoft` (
- `idphardidpsoft` int(11) NOT NULL auto_increment,
- `idperfilhard` int(11) NOT NULL default '0',
- `idperfilsoft` int(11) NOT NULL default '0',
- PRIMARY KEY (`idphardidpsoft`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `perfileshard_perfilessoft`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `perfilessoft`
---
-
-DROP TABLE IF EXISTS `perfilessoft`;
-CREATE TABLE IF NOT EXISTS `perfilessoft` (
- `idperfilsoft` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- `idcentro` int(11) NOT NULL default '0',
- `comentarios` text,
- `grupoid` int(11) default NULL,
- PRIMARY KEY (`idperfilsoft`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `perfilessoft`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `perfilessoft_softwares`
---
-
-DROP TABLE IF EXISTS `perfilessoft_softwares`;
-CREATE TABLE IF NOT EXISTS `perfilessoft_softwares` (
- `idperfilsoft` int(11) NOT NULL default '0',
- `idsoftware` int(11) NOT NULL default '0'
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
---
--- Volcar la base de datos para la tabla `perfilessoft_softwares`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `phard_psoft_softincremental`
---
-
-DROP TABLE IF EXISTS `phard_psoft_softincremental`;
-CREATE TABLE IF NOT EXISTS `phard_psoft_softincremental` (
- `idphardidpsoft` int(11) NOT NULL default '0',
- `idsoftincremental` int(11) NOT NULL default '0'
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
---
--- Volcar la base de datos para la tabla `phard_psoft_softincremental`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `procedimientos`
---
-
-DROP TABLE IF EXISTS `procedimientos`;
-CREATE TABLE IF NOT EXISTS `procedimientos` (
- `idprocedimiento` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- `urlimg` varchar(250) default NULL,
- `idcentro` int(11) NOT NULL default '0',
- `comentarios` text,
- `grupoid` int(11) default '0',
- PRIMARY KEY (`idprocedimiento`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `procedimientos`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `procedimientos_comandos`
---
-
-DROP TABLE IF EXISTS `procedimientos_comandos`;
-CREATE TABLE IF NOT EXISTS `procedimientos_comandos` (
- `idprocedimientocomando` int(11) NOT NULL auto_increment,
- `idprocedimiento` int(11) NOT NULL default '0',
- `orden` tinyint(4) default NULL,
- `idcomando` int(11) NOT NULL default '0',
- `parametros` text,
- PRIMARY KEY (`idprocedimientocomando`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `procedimientos_comandos`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `programaciones`
---
-
-DROP TABLE IF EXISTS `programaciones`;
-CREATE TABLE IF NOT EXISTS `programaciones` (
- `idprogramacion` int(11) NOT NULL AUTO_INCREMENT,
- `tipoaccion` int(11) DEFAULT NULL,
- `identificador` int(11) DEFAULT NULL,
- `nombrebloque` varchar(255) DEFAULT NULL,
- `annos` tinyint(4) DEFAULT NULL,
- `meses` tinyint(4) DEFAULT NULL,
- `diario` int(11) DEFAULT NULL,
- `dias` tinyint(4) DEFAULT NULL,
- `semanas` tinyint(4) DEFAULT NULL,
- `horas` smallint(4) DEFAULT NULL,
- `ampm` tinyint(1) DEFAULT NULL,
- `minutos` tinyint(4) DEFAULT NULL,
- `segundos` tinyint(4) DEFAULT NULL,
- `horasini` smallint(4) DEFAULT NULL,
- `ampmini` tinyint(1) DEFAULT NULL,
- `minutosini` tinyint(4) DEFAULT NULL,
- `horasfin` smallint(4) DEFAULT NULL,
- `ampmfin` tinyint(1) DEFAULT NULL,
- `minutosfin` tinyint(4) DEFAULT NULL,
- `suspendida` tinyint(1) DEFAULT NULL,
- PRIMARY KEY (`idprogramacion`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `programaciones`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `reservas`
---
-
-DROP TABLE IF EXISTS `reservas`;
-CREATE TABLE IF NOT EXISTS `reservas` (
- `idreserva` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- `solicitante` varchar(250) default NULL,
- `email` varchar(50) default NULL,
- `idestatus` tinyint(4) NOT NULL default '0',
- `comentarios` text NOT NULL,
- `grupoid` int(11) NOT NULL default '0',
- `idcentro` int(11) NOT NULL default '0',
- `idaula` int(11) default NULL,
- `idimagen` int(11) default NULL,
- `idtarea` int(11) default NULL,
- `idtrabajo` int(11) default NULL,
- `estado` tinyint(4) default NULL,
- PRIMARY KEY (`idreserva`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `reservas`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `reservastemporal`
---
-
-DROP TABLE IF EXISTS `reservastemporal`;
-CREATE TABLE IF NOT EXISTS `reservastemporal` (
- `idreservatemporal` int(11) NOT NULL auto_increment,
- `usuario` char(10) NOT NULL default '',
- `idreserva` int(11) NOT NULL default '0',
- `fecha` date NOT NULL default '0000-00-00',
- PRIMARY KEY (`idreservatemporal`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `reservastemporal`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `servidoresdhcp`
---
-
-DROP TABLE IF EXISTS `servidoresdhcp`;
-CREATE TABLE IF NOT EXISTS `servidoresdhcp` (
- `idservidordhcp` int(11) NOT NULL auto_increment,
- `nombreservidordhcp` varchar(250) NOT NULL default '',
- `ip` varchar(15) NOT NULL default '',
- `passguor` varchar(50) default NULL,
- `pathdhcpconf` varchar(250) NOT NULL default '',
- `pathdhcpd` varchar(250) NOT NULL default '',
- `idcentro` int(11) default NULL,
- `grupoid` int(11) default NULL,
- `comentarios` text,
- PRIMARY KEY (`idservidordhcp`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `servidoresdhcp`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `servidoresrembo`
---
-
-DROP TABLE IF EXISTS `servidoresrembo`;
-CREATE TABLE `servidoresrembo` (
- `idservidorrembo` int(11) NOT NULL auto_increment,
- `nombreservidorrembo` varchar(250) NOT NULL default '',
- `ip` varchar(15) NOT NULL default '',
- `passguor` varchar(50) NOT NULL default '',
- `pathremboconf` varchar(250) NOT NULL default '',
- `pathrembod` varchar(250) NOT NULL default '',
- `pathpxe` varchar(250) NOT NULL,
- `idcentro` int(11) default NULL,
- `grupoid` int(11) default NULL,
- `comentarios` text,
- `puertorepo` int(11) NOT NULL,
- PRIMARY KEY (`idservidorrembo`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `servidoresrembo`
---
-
-INSERT INTO `servidoresrembo` (`idservidorrembo`,`nombreservidorrembo`,`ip`,`passguor`,`pathremboconf`,`pathrembod`,`pathpxe`,`idcentro`,`grupoid`,`comentarios`,`puertorepo`) VALUES
- (1,'Servidor OpenGNSys (Default)','SERVERIP','','','/opt/opengnsys/admin','/opt/opengnsys/tftpboot/pxelinux.cfg',1,0,'',2002);
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `softincrementales`
---
-
-DROP TABLE IF EXISTS `softincrementales`;
-CREATE TABLE IF NOT EXISTS `softincrementales` (
- `idsoftincremental` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- `idcentro` int(11) default NULL,
- `comentarios` text,
- `grupoid` int(11) default NULL,
- PRIMARY KEY (`idsoftincremental`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `softincrementales`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `softincremental_softwares`
---
-
-DROP TABLE IF EXISTS `softincremental_softwares`;
-CREATE TABLE IF NOT EXISTS `softincremental_softwares` (
- `idsoftincremental` int(11) NOT NULL default '0',
- `idsoftware` int(11) NOT NULL default '0'
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
---
--- Volcar la base de datos para la tabla `softincremental_softwares`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `softwares`
---
-
-DROP TABLE IF EXISTS `softwares`;
-CREATE TABLE IF NOT EXISTS `softwares` (
- `idsoftware` int(11) NOT NULL auto_increment,
- `idtiposoftware` int(11) NOT NULL default '0',
- `descripcion` varchar(250) NOT NULL default '',
- `idcentro` int(11) NOT NULL default '0',
- `urlimg` varchar(250) default NULL,
- `idtiposo` int(11) default NULL,
- `grupoid` int(11) default NULL,
- PRIMARY KEY (`idsoftware`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `softwares`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `tareas`
---
-
-DROP TABLE IF EXISTS `tareas`;
-CREATE TABLE IF NOT EXISTS `tareas` (
- `idtarea` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- `urlimg` varchar(250) default NULL,
- `idcentro` int(11) NOT NULL default '0',
- `comentarios` text,
- `grupoid` int(11) default '0',
- PRIMARY KEY (`idtarea`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `tareas`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `tareas_comandos`
---
-
-DROP TABLE IF EXISTS `tareas_comandos`;
-CREATE TABLE IF NOT EXISTS `tareas_comandos` (
- `idtareacomando` int(11) NOT NULL auto_increment,
- `idtarea` int(11) NOT NULL default '0',
- `orden` tinyint(4) default NULL,
- `idcomando` int(11) NOT NULL default '0',
- `ambito` tinyint(4) default NULL,
- `idambito` int(11) default NULL,
- `parametros` text,
- PRIMARY KEY (`idtareacomando`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `tareas_comandos`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `tipohardwares`
---
-
-DROP TABLE IF EXISTS `tipohardwares`;
-CREATE TABLE IF NOT EXISTS `tipohardwares` (
- `idtipohardware` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- `urlimg` varchar(250) NOT NULL default '',
- `nemonico` char(3) NOT NULL,
- `pci` tinyint(1) NOT NULL,
- PRIMARY KEY (`idtipohardware`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=17 ;
-
---
--- Volcar la base de datos para la tabla `tipohardwares`
---
-
-INSERT INTO `tipohardwares` (`idtipohardware`,`descripcion`,`urlimg`,`nemonico`,`pci`) VALUES
- (1,'Placas','../images/iconos/placabase.gif','boa',0),
- (2,'Dispositivos Multimedia','../images/iconos/tsonido.gif','mul',0),
- (3,'Tarjetas de Red','../images/iconos/nic.gif','net',0),
- (4,'Microprocesadores','../images/iconos/micro.gif','cpu',0),
- (5,'Memorias','../images/iconos/confihard.gif','mem',0),
- (7,'Tarjetas gráficas','../images/iconos/vga.gif','vga',0),
- (8,'Discos','../images/iconos/discoduro.gif','dis',0),
- (9,'Dispositivos de sonido','../images/iconos/audio.gif','aud',0),
- (10,'Marca y modelo del equipo','../images/iconos/confihard.gif','mod',0),
- (11,'Modelo y version de la bios','../images/iconos/confihard.gif','bio',0),
- (12,'Modelo de grabadora o grabadora de CD/DVD','../images/iconos/dvdcd.gif','cdr',0),
- (13,'Controladores IDE','../images/iconos/ide.gif','ide',0),
- (14,'Controladores FireWire','../images/iconos/confihard.gif','fir',0),
- (15,'Controladores USB','../images/iconos/usb.gif','usb',0),
- (16,'Bus del Sistema','../images/iconos/confihard.gif','bus',0);
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `tiposoftwares`
---
-
-DROP TABLE IF EXISTS `tiposoftwares`;
-CREATE TABLE IF NOT EXISTS `tiposoftwares` (
- `idtiposoftware` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- `urlimg` varchar(250) NOT NULL default '',
- PRIMARY KEY (`idtiposoftware`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
-
---
--- Volcar la base de datos para la tabla `tiposoftwares`
---
-
-INSERT INTO `tiposoftwares` (`idtiposoftware`, `descripcion`, `urlimg`) VALUES
-(1, 'Sistemas Operativos', '../images/iconos/so.gif'),
-(2, 'Aplicaciones', '../images/iconos/aplicaciones.gif'),
-(3, 'Archivos', '../images/iconos/archivos.gif');
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `tiposos`
---
-
-DROP TABLE IF EXISTS `tiposos`;
-CREATE TABLE IF NOT EXISTS `tiposos` (
- `idtiposo` int(11) NOT NULL auto_increment,
- `descripcion` varchar(50) NOT NULL default '',
- `nemonico` varchar(8) NOT NULL,
- `descripcionrmb` varchar(50) default NULL,
- `tipopar` varchar(50) default NULL,
- PRIMARY KEY (`idtiposo`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=17 ;
-
---
--- Volcar la base de datos para la tabla `tiposos`
---
-
-INSERT INTO `tiposos` (`idtiposo`, `descripcion`, `nemonico`, `descripcionrmb`, `tipopar`) VALUES
-(1, 'MsDos, Windows FAT16', 'SO_FAT16', 'MSDOS', 'BIGDOS'),
-(2, 'Windows FAT32', 'W_FAT32', 'Windows 98 SE', 'FAT32'),
-(3, 'Windows NTFS', 'W_NTFS', 'Windows NTFS', 'NTFS'),
-(4, 'Linux Ext2', 'L_Ext2', 'Linux', 'EXT2'),
-(5, 'Linux Ext3', 'L_Ext3', 'Linux', 'EXT3'),
-(6, 'Linux Ext4', 'L_Ext4', 'Linux', 'EXT4'),
-(7, 'Partición VFAT', 'VFAT', 'Vfat', 'VFAT'),
-(8, 'Partición COMPAQDIAG', 'CMPQDIAG', 'COMPAQDIAG', 'COMPAQDIAG'),
-(9, 'Partición WIN-DYNAMIC', 'W_DYMIC', 'WIN-DYNAMIC', 'WIN-DYNAMIC'),
-(10, 'Partición LINUX-LVM', 'L-LVM', 'LINUX-LVM', 'LINUX-LVM'),
-(11, 'Partición SOLARIS', 'SOLARIS', 'SOLARIS', 'SOLARIS'),
-(12, 'Partición LINUX-RAID', 'L-RAID', 'LINUX-RAID', 'LINUX-RAID'),
-(13, 'Partición Extendioda', 'EXT', 'Extended', 'EXTENDED'),
-(14, 'Partición Caché', 'CACHE', 'Caché', 'CACHE'),
-(15, 'Partición desconocida', 'UNKNOWN', 'Descononocida', 'UNKNOWN'),
-(16, 'Espacio Libre', 'EMPTY', 'EMPTY', 'EMPTY');
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `trabajos`
---
-
-DROP TABLE IF EXISTS `trabajos`;
-CREATE TABLE IF NOT EXISTS `trabajos` (
- `idtrabajo` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) default NULL,
- `idcentro` int(11) NOT NULL default '0',
- `urlimg` varchar(250) default NULL,
- `comentarios` text,
- `grupoid` int(11) default NULL,
- PRIMARY KEY (`idtrabajo`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `trabajos`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `trabajos_tareas`
---
-
-DROP TABLE IF EXISTS `trabajos_tareas`;
-CREATE TABLE IF NOT EXISTS `trabajos_tareas` (
- `idtrabajotarea` int(11) NOT NULL auto_increment,
- `idtrabajo` int(11) NOT NULL default '0',
- `orden` tinyint(4) default NULL,
- `idtarea` int(11) default NULL,
- `ambitskwrk` text,
- `parametros` text,
- PRIMARY KEY (`idtrabajotarea`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `trabajos_tareas`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `universidades`
---
-
-DROP TABLE IF EXISTS `universidades`;
-CREATE TABLE IF NOT EXISTS `universidades` (
- `iduniversidad` int(11) NOT NULL auto_increment,
- `nombreuniversidad` varchar(200) NOT NULL default '',
- `comentarios` text,
- PRIMARY KEY (`iduniversidad`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
-
---
--- Volcar la base de datos para la tabla `universidades`
---
-
-INSERT INTO `universidades` (`iduniversidad`, `nombreuniversidad`, `comentarios`) VALUES
-(1, 'Universidad (Default)','Esta Universidad se crea automáticamentese crea automáticamente en el proceso de instalación de OpenGNSys');
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `urlimagesitems`
---
-
-DROP TABLE IF EXISTS `urlimagesitems`;
-CREATE TABLE IF NOT EXISTS `urlimagesitems` (
- `idurlimagesitems` int(11) NOT NULL auto_increment,
- `descripcion` varchar(250) NOT NULL default '',
- PRIMARY KEY (`idurlimagesitems`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `urlimagesitems`
---
-
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `usuarios`
---
-
-DROP TABLE IF EXISTS `usuarios`;
-CREATE TABLE IF NOT EXISTS `usuarios` (
- `idusuario` int(11) NOT NULL auto_increment,
- `usuario` varchar(50) NOT NULL default '',
- `pasguor` varchar(50) NOT NULL default '',
- `nombre` varchar(200) default NULL,
- `email` varchar(200) default NULL,
- `ididioma` int(11) default NULL,
- `idtipousuario` tinyint(4) default NULL,
- PRIMARY KEY (`idusuario`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
-
---
--- Volcar la base de datos para la tabla `usuarios`
---
-
-INSERT INTO `usuarios` (`idusuario`, `usuario`, `pasguor`, `nombre`, `email`, `ididioma`, `idtipousuario`) VALUES
-(1, 'usuog', 'passusuog', 'Usuario de la base de datos MySql', '', 1, 1),
-(2,'DEFAULTUSER','DEFAULTPASSWD','Usuario por defecto','',1,2);
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `entornos`
---
-
-DROP TABLE IF EXISTS `entornos`;
-CREATE TABLE IF NOT EXISTS `entornos` (
- `identorno` int(11) NOT NULL auto_increment,
- `ipserveradm` varchar(50) NOT NULL,
- `portserveradm` int(20) NOT NULL,
- `protoclonacion` varchar(50) NOT NULL,
- `repositorio` tinyint(4) NOT NULL,
- PRIMARY KEY (`identorno`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
-
---
--- Volcar la base de datos para la tabla `entornos`
---
-
-INSERT INTO `entornos` (`identorno`, `ipserveradm`, `portserveradm`, `protoclonacion`, `repositorio`) VALUES
-(1, 'SERVERIP', 2008, 'TORRENT', 1);
-
--- --------------------------------------------------------
-
---
--- Estructura de tabla para la tabla `administradores_centros`
---
-
-DROP TABLE IF EXISTS `administradores_centros`;
-CREATE TABLE IF NOT EXISTS `administradores_centros` (
- `idadministradorcentro` int(11) NOT NULL AUTO_INCREMENT,
- `idusuario` int(11) NOT NULL DEFAULT '0',
- `idcentro` int(11) NOT NULL DEFAULT '0',
- PRIMARY KEY (`idadministradorcentro`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-
---
--- Volcar la base de datos para la tabla `administradores_centros`
---
-INSERT INTO `administradores_centros` (`idadministradorcentro`,`idusuario`, `idcentro`) VALUES (1,2,1);
-
-
-