#1463: V7.0.0.18__7.0.0.18-RELEASE-AddressBirthName.sql
projectforge-business/src/main/resources/flyway/migrate/common/V7.0.0.18__7.0.0.18-RELEASE-AddressBirthName.sql Type: SQL Migration · Role: Database Migration · Source: projectforge-business/src/main/resources/flyway/migrate/common/V7.0.0.18__7.0.0.18-RELEASE-AddressBirthName.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_ADDRESS - Added columns:
birth_name
Source Code (abridged)
ALTER TABLE T_ADDRESS ADD COLUMN birth_name VARCHAR(255);
Git History
8befac705 Name of birth added to address.