generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add setting.db_table_prefix variable (#100)
## Description Adding `setting.db_table_prefix` so customers can optionally change all the table names with a prefix. ## Additional Notes Allowing customers to use an existing database for storing the MPI tables comes at a risk of not knowing what existing tables, the customer might have in their database. To guarantee that the customer doesn't have any naming conflicts with the tables created by Record Linker, we can allow for an optional prefix ENV variable, given them the opportunity to override the table names.
- Loading branch information
1 parent
2a8acbe
commit 59d13a2
Showing
4 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters