mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Postgresql version is 13 in bullseye
This commit is contained in:
parent
c794e63f67
commit
d6baad6f45
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
PSQL_ROOT_PWD_FILE=/etc/yunohost/psql
|
||||
PSQL_VERSION=11
|
||||
PSQL_VERSION=13
|
||||
|
||||
# Open a connection as a user
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue