summaryrefslogtreecommitdiffstats
path: root/admin/Database/ogAdmBD-1.0pre-1.0.sql
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2011-12-22 13:38:11 +0000
committerramon <ramongomez@us.es>2011-12-22 13:38:11 +0000
commitc3c7cb3ae6f6600223111a572050f34f2df6fa71 (patch)
tree96fce1db6bf64fee2845d3a48abcbe07d9937562 /admin/Database/ogAdmBD-1.0pre-1.0.sql
parent4caea352de0d0a19d4e0a2e2dd04980dd28e6be0 (diff)
Congelar versiĆ³n 1.0.2 en tags/opengnsys-1.0.2 (modifica #446).opengnsys-1.0.2
git-svn-id: https://opengnsys.es/svn/tags/opengnsys-1.0.2@2405 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/Database/ogAdmBD-1.0pre-1.0.sql')
-rw-r--r--admin/Database/ogAdmBD-1.0pre-1.0.sql21
1 files changed, 0 insertions, 21 deletions
diff --git a/admin/Database/ogAdmBD-1.0pre-1.0.sql b/admin/Database/ogAdmBD-1.0pre-1.0.sql
deleted file mode 100644
index 65f0c4ff..00000000
--- a/admin/Database/ogAdmBD-1.0pre-1.0.sql
+++ /dev/null
@@ -1,21 +0,0 @@
-SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
-
---
--- Base de datos: `ogAdmBD`
---
-
-
-ALTER TABLE `aulas` CHANGE `modp2p` `modp2p` ENUM( 'seeder', 'peer', 'leecher' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT 'peer';
-
-ALTER TABLE `aulas` CHANGE `velmul` `velmul` SMALLINT( 6 ) NOT NULL DEFAULT '70';
-
-
-ALTER TABLE `asistentes` DROP PRIMARY KEY ,
-ADD PRIMARY KEY ( `idcomando` , `descripcion` ) ;
-
-UPDATE `ogAdmBD`.`comandos` SET `activo` = '0' WHERE `comandos`.`idcomando` =10;
-
-UPDATE `ogAdmBD`.`asistentes` SET `idcomando` = '8' ;
-
-
-UPDATE `ogAdmBD`.`itemboot` SET `append` = 'APPEND initrd=ogclient/oginitrd.img ro boot=oginit vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=true ogdebug=true' WHERE `itemboot`.`label` = 'ogClientAdmin';