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 | |
---|
[0e7f797] | 1 | ### Fichero de actualización de la base de datos. |
---|
| 2 | # OpenGnSys 1.0.5 - 1.0.6 |
---|
| 3 | #use ogAdmBD |
---|
| 4 | |
---|
[942373c] | 5 | # Incluir fecha de despliegue/restauración (ticket #677) y |
---|
| 6 | # correcion en eliminar imagen de cache de cliente (ticket #658) |
---|
[0e7f797] | 7 | ALTER TABLE ordenadores_particiones |
---|
[942373c] | 8 | ADD fechadespliegue DATETIME NULL AFTER idperfilsoft, |
---|
[0e7f797] | 9 | MODIFY cache TEXT NOT NULL; |
---|
| 10 | |
---|
[942373c] | 11 | # Mostrar protocolo de clonación en la cola de acciones (ticket #672). |
---|
[7bc3088] | 12 | UPDATE parametros |
---|
| 13 | SET tipopa = 0 |
---|
| 14 | WHERE idparametro = 30; |
---|
| 15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.