#1486: V8.0.0__RELEASE-RemoveMGC.sql
projectforge-business/src/main/resources/flyway/migrate/common/V8.0.0__RELEASE-RemoveMGC.sql Type: SQL Migration (Common) · Purpose: Flyway database migration script applying schema changes to the database. · Source: projectforge-business/src/main/resources/flyway/migrate/common/V8.0.0__RELEASE-RemoveMGC.sql 63 lines · 50 code · 0 comments · 13 blank
Flyway database migration script applying schema changes to the database.
Tables Created
t_orga_visitorbook_entry
t_fibu_employee_valid_since_attr
ALTER Statements
ALTER TABLE t_pf_history_attr ADD
ALTER TABLE t_pf_history_attr ADD
ALTER TABLE t_orga_visitorbook_entry ADD
ALTER TABLE t_orga_visitorbook_entry ADD
ALTER TABLE t_fibu_employee_valid_since_attr ADD
ALTER TABLE t_fibu_employee_valid_since_attr ADD
ALTER TABLE t_fibu_employee_valid_since_attr ADD
Architecture Analysis
Resides in projectforge-business, the core module containing domain logic, services, and persistence. This is a Flyway Database Migration script that applies schema changes (DDL) in version-controlled deployment order.
Git History
| Commit | What changed |
|---|
f2226ef27c | Setup tested. |
61966790f6 | Ical4j: migration stuff... |
313bed1eca | Merge remote-tracking branch 'origin/master' into mgc-remove |