#1498: V7.0.0.7__7.0.0.7-LeaveAccount.sql
projectforge-business/src/main/resources/flyway/migrate/hsqldb/V7.0.0.7__7.0.0.7-LeaveAccount.sql Type: SQL Migration (HSQLDB) · Purpose: Flyway database migration script applying schema changes to the database. · Source: projectforge-business/src/main/resources/flyway/migrate/hsqldb/V7.0.0.7__7.0.0.7-LeaveAccount.sql 6 lines · 3 code · 0 comments · 3 blank
Flyway database migration script applying schema changes to the database.
ALTER Statements
ALTER TABLE t_employee_remaining_leave ALTER
ALTER TABLE t_employee_vacation ALTER
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 |
|---|
3b1b65eea8 | VacationDO: is_half_day_begin/end, description. Renaming session... |