db.migration.postgres.V1_034__AttachmentsInDb.sql Maven / Gradle / Ivy
TRUNCATE TABLE "process_attachments";
ALTER TABLE "process_attachments" DROP COLUMN "file_path";
ALTER TABLE "process_attachments" ADD COLUMN "data" BYTEA not null;
TRUNCATE TABLE "process_attachments";
ALTER TABLE "process_attachments" DROP COLUMN "file_path";
ALTER TABLE "process_attachments" ADD COLUMN "data" BYTEA not null;