#1495: V8.0.9__RELEASE_MGC_additions2.sql
projectforge-business/src/main/resources/flyway/migrate/common/V8.0.9__RELEASE_MGC_additions2.sql Typ: Flyway-SQL-Migration · Datenbank: Common · Quelle: projectforge-business/src/main/resources/flyway/migrate/common/V8.0.9__RELEASE_MGC_additions2.sql 11 Zeilen · 9 Code · 0 Kommentare · 2 leer
Flyway-Datenbankmigrationsskript für Common. Enthält SQL-DDL/DML-Anweisungen zur Schemaentwicklung.
SQL-Inhalt
-- Entfernen ungenutzter Tabellen nach erfolgreicher Entfernung von MGC.
DROP TABLE t_orga_visitorbook_timedattrdata;
DROP TABLE t_orga_visitorbook_timedattr;
DROP TABLE t_orga_visitorbook_timed;
DROP TABLE t_fibu_employee_attrdata;
DROP TABLE t_fibu_employee_attr;
DROP TABLE t_fibu_employee_timedattrdata;
DROP TABLE t_fibu_employee_timedattr;
DROP TABLE t_fibu_employee_timed;
Git-Verlauf
28efde264 Employee: weeklyWorkingHours jetzt als zeitabhängiges Attribut. eintritt/austritt: timestamp -> date. Alte DB-Tabellen löschen. Im MGC-Release wurden einige FK in der DB vergessen, von int auf bigint umzustellen.