diff options
author | alonso <alonso@us.es> | 2010-10-24 10:20:30 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2010-10-24 10:20:30 +0000 |
commit | 58d5ad27d1670fef18298a466fa423df7c141cd1 (patch) | |
tree | 792eb39c971bf374122587f2e4c0edbbdf65774b /admin | |
parent | c30b850d1bc0f11e0f7abaa569d1f10325c90795 (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@1323 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin')
-rw-r--r-- | admin/Database/ogAdmBD.sql | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/Database/ogAdmBD.sql b/admin/Database/ogAdmBD.sql index 18a10b71..61ebac8c 100644 --- a/admin/Database/ogAdmBD.sql +++ b/admin/Database/ogAdmBD.sql @@ -224,7 +224,7 @@ CREATE TABLE IF NOT EXISTS `entornos` ( -- INSERT INTO `entornos` (`identorno`, `ipserveradm`, `portserveradm`, `protoclonacion`) VALUES -(1, 'SERVERIP', 2009, 'UNICAST'); +(1, 'SERVERIP', 2008, 'UNICAST'); -- -------------------------------------------------------- @@ -667,6 +667,10 @@ CREATE TABLE IF NOT EXISTS `repositorios` ( PRIMARY KEY (`idrepositorio`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; +INSERT INTO `repositorios` (`idrepositorio`,`nombrerepositorio`,`ip`,`passguor`,`pathrepoconf`,`pathrepod`,`pathpxe`,`idcentro`,`grupoid`,`comentarios`,`puertorepo`) VALUES + (1,'Repositrorio (Default)','SERVERIP','','','/opt/opengnsys/admin','/opt/opengnsys/tftpboot/pxelinux.cfg',1,0,'',2002); + + -- -------------------------------------------------------- -- |