#1488: V8.0.13__RELEASE-Order_ForecastType.sql
projectforge-business/src/main/resources/flyway/migrate/common/V8.0.13__RELEASE-Order_ForecastType.sql Type: SQL Migration · Role: Database Migration · Source: projectforge-business/src/main/resources/flyway/migrate/common/V8.0.13__RELEASE-Order_ForecastType.sql 2 lines · 2 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_fibu_auftrag, t_fibu_auftrag_position - Added columns:
forecast_type, forecast_type
Source Code (abridged)
ALTER TABLE t_fibu_auftrag ADD COLUMN forecast_type CHAR(20);
ALTER TABLE t_fibu_auftrag_position ADD COLUMN forecast_type CHAR(20);
Git History
49b1d6b8d Forecast and orderbook: forecast-Type for orders/positions added (current month or following month)