Skip to content

Commit 20e30b2

Browse files
authored
fix(migrations): remove transferprocess_properties column renaming (#380)
1 parent 27fdbd0 commit 20e30b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

edc-extensions/postgresql-migration/src/main/resources/org/eclipse/tractusx/edc/postgresql/migration/transferprocess/V0_0_9__Alter_TransferProcess_Remove_Transfertype.sql

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@
1212
--
1313

1414
-- add column
15-
ALTER TABLE edc_transfer_process
16-
RENAME COLUMN transferprocess_properties TO properties;
1715
ALTER TABLE edc_transfer_process
1816
DROP COLUMN IF EXISTS transfer_type;

0 commit comments

Comments
 (0)