source:
admin/Database/ogAdmBD-1.0.6a-1.0.6b.sql
@
d81fc6a
Last change on this file since d81fc6a was fac0b87, checked in by , 8 years ago | |
---|---|
|
|
File size: 411 bytes |
Line | |
---|---|
1 | # OpenGnSys 1.0.6, 1.0.6a - 1.0.6b |
2 | #use ogAdmBD |
3 | |
4 | ALTER TABLE ordenadores |
5 | ADD INDEX idaulaip (idaula ASC, ip ASC); |
6 | |
7 | # Añadir nuevos sistemas de ficheros (ticket #758) |
8 | INSERT INTO sistemasficheros (idsistemafichero, nemonico, descripcion) VALUES |
9 | (19, 'LINUX-SWAP', 'LINUX-SWAP') |
10 | ON DUPLICATE KEY UPDATE |
11 | idsistemafichero=VALUES(idsistemafichero), nemonico=VALUES(nemonico), descripcion=VALUES(descripcion); |
12 |
Note: See TracBrowser
for help on using the repository browser.