Skip to content

Commit

Permalink
Merge pull request #88 from udistrital/feature/issue-sga_cliente#860
Browse files Browse the repository at this point in the history
feat: ajuste en tabla de reingreso. udistrital/sga_cliente#860
  • Loading branch information
fabianbarreto02 committed Mar 2, 2022
2 parents c850201 + 09267a6 commit 32af083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ALTER TABLE inscripcion.reintegro ADD COLUMN ultimo_semestre_cursado NUMERIC(5,0) NOT NULL;
ALTER TABLE inscripcion.reintegro ADD COLUMN ultimo_semestre_cursado NUMERIC(5,0) NULL;
-- ddl-end --
COMMENT ON COLUMN inscripcion.reintegro.ultimo_semestre_cursado IS 'Último semestre cursado por el estudiante de la carreara de la que proviene.';

0 comments on commit 32af083

Please sign in to comment.