Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
The link 404s as the file has been deleted - so we'd probably want
to link to a previous commit version instead:
https://github.com/alphagov/whitehall/blob/942744666bd6eabac4f552baa082a44659d5a749/script/scrub-database

But that commit is 10 years old and the reason the file was
deleted is that the contents were ported over to
https://github.com/alphagov/govuk-puppet/blob/main/modules/govuk_env_sync/files/transformation_sql/sanitise_whitehall.sql,
which would probably be a better place to link to.

But then there's little value in linking to the govuk-puppet
equivalent of all the new infrastructure. Suggest we just bin this.
  • Loading branch information
ChrisBAshton committed May 31, 2024
1 parent 9272819 commit 4e4d74e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/db-backup/scripts/whitehall.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
-- sqlfluff:dialect:mysql

-- This is a SQL port of
-- https://github.com/alphagov/whitehall/blob/main/script/scrub-database

SET @lipsum_line = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit';
SET @lipsum_slug = 'lorem-ipsum-dolor-sit-amet-elit-';
SET @lipsum_body
Expand Down

0 comments on commit 4e4d74e

Please sign in to comment.