#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 Typ: SQL-Migration · Rolle: Datenbank-Migration · Quelle: projectforge-business/src/main/resources/flyway/migrate/common/V7.0.0.18__7.0.0.18-RELEASE-AddressBirthName.sql 1 Zeile · 1 Code · 0 Kommentare · 0 leer
Flyway-Datenbankmigrationsskript. Teil der versionierten Migrationskette, die das ProjectForge-Datenbankschema weiterentwickelt.
Migrationsdetails
- Ändert Tabelle(n):
T_ADDRESS - Hinzugefügte Spalten:
birth_name
Quellcode (gekürzt)
ALTER TABLE T_ADDRESS ADD COLUMN birth_name VARCHAR(255);
Git-Verlauf
8befac705 Geburtsname zur Adresse hinzugefügt.