#1462: V7.0.0.17__7.0.0.17-RELEASE-ContractAttachments.sql
projectforge-business/src/main/resources/flyway/migrate/common/V7.0.0.17__7.0.0.17-RELEASE-ContractAttachments.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/V7.0.0.17__7.0.0.17-RELEASE-ContractAttachments.sql 6 lines · 5 code · 0 comments · 1 blank
Flyway database migration script applying schema changes to the database.
ALTER Statements
ALTER TABLE T_CONTRACT ADD
ALTER TABLE T_CONTRACT ADD
ALTER TABLE T_CONTRACT ADD
ALTER TABLE T_CONTRACT 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 |
|---|
8b60b4c0a1 | wip: attachments |
89eacf6a43 | wip attachments. |