File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
commerce/5.0/config/packages/dfs
experience/5.0/config/packages/dfs
headless/5.0/config/packages/dfs
oss/5.0/config/packages/dfs Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ doctrine:
1818 charset : ' %env(string:DFS_DATABASE_CHARSET)%'
1919 default_table_options :
2020 charset : ' %env(string:DFS_DATABASE_CHARSET)%'
21- collate : ' %env(string:DFS_DATABASE_COLLATION)%'
21+ collate : ' %env(string:DFS_DATABASE_COLLATION)%' # comment out if you are using PostgreSQL
2222 url : ' %env(string:DFS_DATABASE_URL)%'
2323
2424# define the flysystem handler
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ doctrine:
1818 charset : ' %env(string:DFS_DATABASE_CHARSET)%'
1919 default_table_options :
2020 charset : ' %env(string:DFS_DATABASE_CHARSET)%'
21- collate : ' %env(string:DFS_DATABASE_COLLATION)%'
21+ collate : ' %env(string:DFS_DATABASE_COLLATION)%' # comment out if you are using PostgreSQL
2222 url : ' %env(string:DFS_DATABASE_URL)%'
2323
2424# define the flysystem handler
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ doctrine:
1818 charset : ' %env(string:DFS_DATABASE_CHARSET)%'
1919 default_table_options :
2020 charset : ' %env(string:DFS_DATABASE_CHARSET)%'
21- collate : ' %env(string:DFS_DATABASE_COLLATION)%'
21+ collate : ' %env(string:DFS_DATABASE_COLLATION)%' # comment out if you are using PostgreSQL
2222 url : ' %env(string:DFS_DATABASE_URL)%'
2323
2424# define the flysystem handler
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ doctrine:
1818 charset : ' %env(string:DFS_DATABASE_CHARSET)%'
1919 default_table_options :
2020 charset : ' %env(string:DFS_DATABASE_CHARSET)%'
21- collate : ' %env(string:DFS_DATABASE_COLLATION)%'
21+ collate : ' %env(string:DFS_DATABASE_COLLATION)%' # comment out if you are using PostgreSQL
2222 url : ' %env(string:DFS_DATABASE_URL)%'
2323
2424# define the flysystem handler
You can’t perform that action at this time.
0 commit comments