diff options
author | ramon <ramongomez@us.es> | 2014-01-16 08:57:27 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2014-01-16 08:57:27 +0000 |
commit | 90a2e237e93f5a2587f0f83c405ce05b1223c1a7 (patch) | |
tree | dc6bd7c5261896b111066823e9ad53ce878d35bd /admin/Database | |
parent | 6b0b68d0f0b438f56e66428f86b6234ee57cd054 (diff) |
#616: Cambios menores de compatibilidad y actualización de incidencias resueltas.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4115 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/Database')
-rw-r--r-- | admin/Database/ogAdmBD-1.0.4a-1.0.5pre.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/Database/ogAdmBD-1.0.4a-1.0.5pre.sql b/admin/Database/ogAdmBD-1.0.4a-1.0.5pre.sql index d035cecd..2baf2aae 100644 --- a/admin/Database/ogAdmBD-1.0.4a-1.0.5pre.sql +++ b/admin/Database/ogAdmBD-1.0.4a-1.0.5pre.sql @@ -112,3 +112,8 @@ ALTER TABLE ordenadores ALTER fotoord SET DEFAULT 'fotoordenador.gif', ALTER idproautoexec SET DEFAULT 0; +# Cambio en script genérico de despliegue de imágenes. +UPDATE procedimientos_acciones + SET parametros = REPLACE (parametros, 'restoreImage%20', 'deployImage%20') + WHERE idcomando = 8; + |