Project

General

Profile

Tareas #4966

Cambiar la facultad y el centro de 2 codigos en Mantriculas nueva

Added by Jose Antonio Martín Bravo about 2 months ago. Updated about 2 months ago.

Status:
Resuelta
Priority:
Urgente
Start date:
03/19/2026
Due date:
% Done:

100%

Estimated time:
Spent time:

Description

721195 - Introducción al Teatro Social para la intervención socio-educativa (5 Ed) --> Pertenece a Psicología/Departamento Psicología Social y Metodología

721174 - El poema se derrite: taller de lectura de poesía (1ª Ed) --> Pertenece a Filosofía y Letras/Departamento Filología Española

Los han metido mal en fundagest. Ya esta cambiado en fundagest y hay que actualizarlos en matriculas

History

#1 Updated by Daniel García about 2 months ago

  • Tracker changed from Errores to Tareas

#2 Updated by Daniel García about 2 months ago

  • Status changed from Nueva to Resuelta
  • Assignee changed from Daniel García to Jose Antonio Martín Bravo
  • % Done changed from 0 to 100

Se cambia el centro y facultad de los programas indicados.

mysql> update curso set facultad = "Filología Española" where id_curso = 6;
Query OK, 1 row affected (0.01 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> update curso set centro = "Filología y Letras" where id_curso = 6;
Query OK, 1 row affected (0.01 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> update curso set centro = "Psicología" where id_curso = 27;
Query OK, 1 row affected (0.01 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> update curso set facultad = "Psicología Social y Metodología" where id_curso = 27;
Query OK, 1 row affected (0.01 sec)
Rows matched: 1  Changed: 1  Warnings: 0

#3 Updated by Daniel García about 2 months ago

Se cambian las facultades por los centros y arregla un error en filología

mysql> update curso set centro = "Psicología Social y Metodología" where id_curso = 27;
Query OK, 1 row affected (0.01 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> update curso set facultad = "Psicología" where id_curso = 27;
Query OK, 1 row affected (0.01 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> update curso set centro = "Filología Española" where id_curso = 6;
Query OK, 1 row affected (0.01 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> update curso set facultad = "Filosofía y Letras" where id_curso = 6;
Query OK, 1 row affected (0.01 sec)
Rows matched: 1  Changed: 1  Warnings: 0

Also available in: Atom PDF