#1512: V8.0.14__RELEASE-HistoryEntry_user_comment_length.sql
projectforge-business/src/main/resources/flyway/migrate/postgresql/V8.0.14__RELEASE-HistoryEntry_user_comment_length.sql Type: SQL Migration (PostgreSQL) · Purpose: Flyway database migration script applying schema changes to the database. · Source: projectforge-business/src/main/resources/flyway/migrate/postgresql/V8.0.14__RELEASE-HistoryEntry_user_comment_length.sql 1 lines · 1 code · 0 comments · 0 blank
Flyway database migration script applying schema changes to the database.
ALTER Statements
ALTER TABLE t_pf_history 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. Typically annotated with @Service, managed by the Spring IoC container with dependency injection.
Git History
| Commit | What changed |
|---|
3808112aa5 | t_pf_history.user_comment varchar(2000) -> varchar(10000) HistoryService: appendUserComment adds now time stamp to the appended comment and the user (if different from modified-by-user). |