EN · DE · RU · FR · ES

#1509: V7.0.0__7.0.0-RELEASE.sql

projectforge-business/src/main/resources/flyway/migrate/postgresql/V7.0.0__7.0.0-RELEASE.sql Database migration, projectforge-business/src/main/resources/flyway/migrate/postgresql/V7.0.0__7.0.0-RELEASE.sql 5 lines · 4 code · 0 comments · 1 blank
Flyway database migration V7.0.0 for PostgreSQL; alters tables: T_USER_PREF, T_USER_PREF, T_USER_PREF, T_BOOK; removes objects; adds columns: IF, IF.

Git History

676efd4c9 Flyway PostgreSQL: add columns only if not exists and drop columns only if exists.
895c088af Fix: flyway scripts.
902b962aa BookDO.task removed. Flyway scripts for altering table t_book and t_user_pref.