EN · DE · RU · FR · ES

#1492: V8.0.3__RELEASE-AddressImageType.sql

projectforge-business/src/main/resources/flyway/migrate/common/V8.0.3__RELEASE-AddressImageType.sql SQL migration, projectforge-business/src/main/resources/flyway/migrate/common/V8.0.3__RELEASE-AddressImageType.sql 1 lines · 1 code · 0 comments · 0 blank
Purpose: Flyway database migration: V8.0.3__RELEASE-AddressImageType.sql. V8.0.3__RELEASE-AddressImageType.sql is part of the ProjectForge open-source project management application.

Source (first 100 lines)

ALTER TABLE T_ADDRESS_IMAGE ADD COLUMN image_type CHARACTER VARYING(5);

Git History

943947aaa Addresses: support of gif and jpeg (also for carddav server). deprecated rest stuff (StorageClient, AddressDaoRest etc. removed).

943947aaa

Addresses: support of gif and jpeg (also for carddav server). deprecated rest stuff (StorageClient, AddressDaoRest etc. removed).
943947aaae8734b471ce0cc53f05f8493b67bb9c
diff --git a/projectforge-business/src/main/resources/flyway/migrate/common/V8.0.3__RELEASE-AddressImageType.sql b/projectforge-business/src/main/resources/flyway/migrate/common/V8.0.3__RELEASE-AddressImageType.sql
new file mode 100644
index 000000000..65449a525
--- /dev/null
+++ b/projectforge-business/src/main/resources/flyway/migrate/common/V8.0.3__RELEASE-AddressImageType.sql
@@ -0,0 +1 @@
+ALTER TABLE T_ADDRESS_IMAGE ADD COLUMN image_type CHARACTER VARYING(5);