#1472: V7.1.3.1__7.1.3.1-RELEASE-PFUserDO.sql

projectforge-business/src/main/resources/flyway/migrate/common/V7.1.3.1__7.1.3.1-RELEASE-PFUserDO.sql Type: SQL Migration (Common) · Purpose: Flyway database migration script applying schema changes to the database. · Source: projectforge-business/src/main/resources/flyway/migrate/common/V7.1.3.1__7.1.3.1-RELEASE-PFUserDO.sql 2 lines · 2 code · 0 comments · 0 blank
Flyway database migration script applying schema changes to the database.

ALTER Statements

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.

Git History

CommitWhat changed
91879ce652User: gender and nickname added. Export user list as Excel added to UserListPage.