EN · DE · RU · FR · ES

#272: V1.1.0__RELEASE-RemoveMGC.sql

plugins/org.projectforge.plugins.skillmatrix/src/main/resources/flyway/skillmatrix/migrate/postresql/V1.1.0__RELEASE-RemoveMGC.sql Tipo: Migración SQL Flyway · Base de datos: Common · Fuente: plugins/org.projectforge.plugins.skillmatrix/src/main/resources/flyway/skillmatrix/migrate/postresql/V1.1.0__RELEASE-RemoveMGC.sql 2 líneas · 2 código · 0 comentarios · 0 en blanco
Script de migración de base de datos Flyway para Common. Contiene sentencias SQL DDL/DML para la evolución del esquema.

Alteraciones de tabla

ALTER TABLE t_plugin_skillmatrix_entry
ALTER TABLE t_plugin_skillmatrix_entry

Contenido SQL

ALTER TABLE t_plugin_skillmatrix_entry ALTER COLUMN pk TYPE bigint;
ALTER TABLE t_plugin_skillmatrix_entry ALTER COLUMN owner_fk TYPE bigint;

Historial Git

63cc65ae0 Cosas de Flyway, Employee.timed-attrs