All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.postgres.V1_034__AttachmentsInDb.sql Maven / Gradle / Ivy

There is a newer version: 1.17.0
Show newest version
TRUNCATE TABLE "process_attachments";
ALTER TABLE "process_attachments" DROP COLUMN "file_path";
ALTER TABLE "process_attachments" ADD COLUMN "data" BYTEA not null;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy