Update entrypoint to enable an empty table prefix (#100)

Update entrypoint to enable an empty table prefix

 - Who are we to dictate a table prefix
 - Makes it easier to migrate existing databases that don't have a prefix
This commit is contained in:
Markus Opolka
2021-11-08 20:38:35 +01:00
committed by GitHub
parent 681f421d6f
commit 1676677dfc
8 changed files with 9 additions and 7 deletions

View File

@@ -17,6 +17,8 @@ services:
- "DB_HOST=lime-db"
- "DB_PASSWORD=secret"
- "ADMIN_PASSWORD=foobar"
# If you require an empty table prefix, use a space as the DB_TABLE_PREFIX
# - "DB_TABLE_PREFIX= "
lime-db:
image: mysql:5.7
environment: