Skip to content

Commit

Permalink
deployment?
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-macdonald1 committed Feb 1, 2024
1 parent 7d8ab7e commit 71e1be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/db_cleanup/cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const retainUntil = now.subtract(retentionIntervalMonths, 'month');
const fileTimeString = `${now.toDate()}-${now.hour().toPrecision(2)}:${now.minute().toPrecision(2)}:${now.second().toPrecision(2)}`;
const retainUntilString = retainUntil.format('YYYY-MM-DD HH:mm:ss.SSS ZZ');

// change to force deploy
// COPY logs that are about to be deleted to csv
// \\g /deleted/vhers-audit-log.csv
// TODO: Automate storing them elsewhere?
Expand Down

0 comments on commit 71e1be1

Please sign in to comment.