diff --git a/migration/360lts-release/oracle/740_BF3010957.sql b/migration/360lts-release/oracle/740_BF3010957.sql new file mode 100644 index 0000000000..8257fdaf55 --- /dev/null +++ b/migration/360lts-release/oracle/740_BF3010957.sql @@ -0,0 +1,3 @@ +update ad_impformat +set separatorchar = ',' +where formattype = 'C'; \ No newline at end of file diff --git a/migration/360lts-release/postgresql/740_BF3010957.sql b/migration/360lts-release/postgresql/740_BF3010957.sql new file mode 100644 index 0000000000..8257fdaf55 --- /dev/null +++ b/migration/360lts-release/postgresql/740_BF3010957.sql @@ -0,0 +1,3 @@ +update ad_impformat +set separatorchar = ',' +where formattype = 'C'; \ No newline at end of file