1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Reviewed addition to db table prefix

Review of #2935

- Removed from .env files and added warnings for use if found in config
  file.
- Updated permission service to use whereColumn queries to auto-handle
  use of prefixes.
This commit is contained in:
Dan Brown
2021-09-29 18:41:11 +01:00
parent 0f66c8a0cc
commit 025442fcd9
4 changed files with 10 additions and 7 deletions

View File

@ -23,7 +23,6 @@ APP_URL=https://example.com
# Database details
DB_HOST=localhost
DB_DATABASE=database_database
DB_TABLE_PREFIX=
DB_USERNAME=database_username
DB_PASSWORD=database_user_password