#1493: V8.0.4__RELEASE-Visitorbook_comment.sql
projectforge-business/src/main/resources/flyway/migrate/common/V8.0.4__RELEASE-Visitorbook_comment.sql Type: SQL Migration · Role: Database Migration · Source: projectforge-business/src/main/resources/flyway/migrate/common/V8.0.4__RELEASE-Visitorbook_comment.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_orga_visitorbook - Added columns:
comment
Source Code (abridged)
ALTER TABLE t_orga_visitorbook ADD COLUMN comment CHARACTER VARYING(4000);
Git History
27a5e6cad Visitorbook: bugfix on contactPersons. Also affected: vacation, AbstractPagesrest, PagesResolver