Add ability to define database_table_prefix

For people in need to migrate to the docker version from a previous installed wallabag instance defined with a database prefix.
This commit is contained in:
Jeremy Benoist
2022-10-28 09:36:15 +02:00
parent 5620cd4e7d
commit 2234e9a63d
3 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@ parameters:
database_user: {{ database_user }}
database_password: {{ database_password }}
database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
database_table_prefix: wallabag_
database_table_prefix: {{ database_table_prefix }}
database_socket: null
database_charset: {{ database_charset }}