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.

source: admin/Database/ogAdmBD-1.1.0a-1.1.1pre.sql @ 8c7b374

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
Last change on this file since 8c7b374 was 60ea634, checked in by Ramón M. Gómez <ramongomez@…>, 7 years ago

#875: Remove unused field from repositories table and update list of closed tickets.

  • Property mode set to 100644
File size: 377 bytes
Line 
1### Fichero de actualización de la base de datos.
2# OpenGnsys 1.1.0, 1.1.0a - OpenGnsys 1.1.1
3#use ogAdmBD
4
5# Añadir campo para incluir PC de profesor de aula (ticket #816).
6ALTER TABLE aulas
7        ADD idordprofesor INT(11) DEFAULT 0 AFTER puestos;
8
9# Borrar campos sin uso del antiguo servicio ogAdmRepo (ticket #875).
10ALTER TABLE repositorios
11        DROP passguor,
12        DROP puertorepo;
13
Note: See TracBrowser for help on using the repository browser.