918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Line | |
---|
1 | SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
---|
2 | |
---|
3 | -- |
---|
4 | -- Base de datos: `ogAdmBD` |
---|
5 | -- |
---|
6 | |
---|
7 | |
---|
8 | ALTER TABLE `aulas` CHANGE `modp2p` `modp2p` ENUM( 'seeder', 'peer', 'leecher' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT 'peer'; |
---|
9 | |
---|
10 | ALTER TABLE `aulas` CHANGE `velmul` `velmul` SMALLINT( 6 ) NOT NULL DEFAULT '70'; |
---|
11 | |
---|
12 | |
---|
13 | ALTER TABLE `asistentes` DROP PRIMARY KEY , |
---|
14 | ADD PRIMARY KEY ( `idcomando` , `descripcion` ) ; |
---|
15 | |
---|
16 | UPDATE `ogAdmBD`.`comandos` SET `activo` = '0' WHERE `comandos`.`idcomando` =10; |
---|
17 | |
---|
18 | UPDATE `ogAdmBD`.`asistentes` SET `idcomando` = '8' ; |
---|
19 | |
---|
20 | |
---|
21 | 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'; |
---|
Note: See
TracBrowser
for help on using the repository browser.