#1502: V8.0.14__RELEASE-HistoryEntry_user_comment_length.sql
projectforge-business/src/main/resources/flyway/migrate/hsqldb/V8.0.14__RELEASE-HistoryEntry_user_comment_length.sql Type: SQL Migration · Role: Database Migration · Source: projectforge-business/src/main/resources/flyway/migrate/hsqldb/V8.0.14__RELEASE-HistoryEntry_user_comment_length.sql 1 lines · 1 code · 0 comments · 0 blank
Flyway database migration script. Part of the versioned migration chain that evolves the ProjectForge database schema.
Migration Details
- Alters table(s):
t_pf_history
Source Code (abridged)
ALTER TABLE t_pf_history ALTER COLUMN user_comment varchar(10000);
Git History
3808112aa 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).