Skip to content

Commit b1fdd3c

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #845
2 parents f06fcd3 + 5f2409a commit b1fdd3c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ doctrine:
44

55
# IMPORTANT: You MUST configure your server version,
66
# either here or in the DATABASE_URL env var (see .env file)
7-
#server_version: '5.7'
7+
#server_version: '13'
88

99
# only needed for MySQL
1010
charset: utf8mb4

doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ doctrine:
44

55
# IMPORTANT: You MUST configure your server version,
66
# either here or in the DATABASE_URL env var (see .env file)
7-
#server_version: '5.7'
7+
#server_version: '13'
88

99
# only needed for MySQL
1010
charset: utf8mb4

doctrine/doctrine-bundle/1.6/manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
},
99
"env": {
1010
"#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url",
11-
"#2": "For an SQLite database, use: \"sqlite:///%kernel.project_dir%/var/data.db\"",
12-
"#3": "For a MySQL database, use: \"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\"",
13-
"#4": "IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml",
11+
"#2": "IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml",
12+
"#3": "",
13+
"#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"",
14+
"#5": "DATABASE_URL=\"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\"",
1415
"DATABASE_URL": "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8"
1516
},
1617
"dockerfile": [

0 commit comments

Comments
 (0)