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: Flyway SQL Migration · Database: Common · Source: plugins/org.projectforge.plugins.skillmatrix/src/main/resources/flyway/skillmatrix/migrate/postresql/V1.1.0__RELEASE-RemoveMGC.sql 2 lines · 2 code · 0 comments · 0 blank
Flyway database migration script for Common. Contains SQL DDL/DML statements for schema evolution.

Table Alterations

ALTER TABLE t_plugin_skillmatrix_entry
ALTER TABLE t_plugin_skillmatrix_entry

SQL Content

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

Git History

63cc65ae0 Flyway stuff, Employee.timed-attrs