Skip to content

Commit

Permalink
ALS-7810: Update PFB table names
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Nov 20, 2024
1 parent 842fc23 commit d21f588
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

public class PfbWriter implements ResultWriter {

public static final String PATIENT_TABLE_PREFIX = "pic-sure-";
public static final String DATA_DICTIONARY_TABLE_PREFIX = "data-dictionary-";
public static final String PATIENT_TABLE_PREFIX = "pic-sure-patients-";
public static final String DATA_DICTIONARY_TABLE_PREFIX = "pic-sure-data-dictionary-";
private Logger log = LoggerFactory.getLogger(PfbWriter.class);

private final DictionaryService dictionaryService;
Expand Down

0 comments on commit d21f588

Please sign in to comment.