close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
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'; |
|---|
| 22 | |
|---|
| 23 | UPDATE `ogAdmBD`.`parametros` SET `tipopa` = '4', `visual` = '1' WHERE `parametros`.`idparametro` = 30; |
|---|
| 24 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.