source:
admin/Database/ogAdmBD-1.0.6a-1.0.6b.sql
@
5d05b06
Last change on this file since 5d05b06 was 2b2311f, checked in by , 8 years ago | |
---|---|
|
|
File size: 410 bytes |
Rev | Line | |
---|---|---|
[2b2311f] | 1 | ### Fichero de actualización de la base de datos. |
2 | # OpenGnSys 1.0.6, 1.0.6a - 1.0.6b | |
3 | #use ogAdmBD | |
4 | ||
5 | INSERT INTO sistemasficheros (idsistemafichero, nemonico, descripcion) VALUES | |
6 | (19, 'LINUX-SWAP', 'LINUX-SWAP') | |
7 | ON DUPLICATE KEY UPDATE | |
8 | idsistemafichero=VALUES(idsistemafichero), nemonico=VALUES(nemonico), descripcion=VALUES(descripcion); | |
9 | ||
10 | ALTER TABLE ordenadores | |
11 | ADD INDEX idaulaip (idaula ASC, ip ASC); | |
12 |
Note: See TracBrowser
for help on using the repository browser.