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 Type : Migration SQL Flyway · Base de données : Common · Source : plugins/org.projectforge.plugins.skillmatrix/src/main/resources/flyway/skillmatrix/migrate/postresql/V1.1.0__RELEASE-RemoveMGC.sql 2 lignes · 2 code · 0 commentaires · 0 vide
Script de migration de base de données Flyway pour Common. Contient des instructions SQL DDL/DML pour l'évolution du schéma.

Modifications de tables

ALTER TABLE t_plugin_skillmatrix_entry
ALTER TABLE t_plugin_skillmatrix_entry

Contenu SQL

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

Historique Git

63cc65ae0 Flyway stuff, Employee.timed-attrs