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
Rev | Line | |
---|
[cbe1fdf] | 1 | SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
---|
| 2 | |
---|
| 3 | -- |
---|
[27dc5ff] | 4 | -- Base de datos: `ogAdmBD` |
---|
[cbe1fdf] | 5 | -- |
---|
| 6 | |
---|
| 7 | |
---|
[b1fd551] | 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 | |
---|
[f9bd401] | 13 | ALTER TABLE `asistentes` DROP PRIMARY KEY , |
---|
| 14 | ADD PRIMARY KEY ( `idcomando` , `descripcion` ) ; |
---|
[cbe1fdf] | 15 | |
---|
[b1fd551] | 16 | UPDATE `ogAdmBD`.`comandos` SET `activo` = '0' WHERE `comandos`.`idcomando` =10; |
---|
[cbe1fdf] | 17 | |
---|
[b1fd551] | 18 | UPDATE `ogAdmBD`.`asistentes` SET `idcomando` = '8' ; |
---|
[e9d8b33] | 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.