Removes GRANT to removed sctReceipts table (#5020)

This table was dropped from both config and config-next
in #4793. Fixes #5019.
This commit is contained in:
David Lakatos 2020-08-12 20:47:45 +02:00 committed by GitHub
parent f794cbb74a
commit a2f29d2c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ GRANT SELECT,DELETE ON authz2 TO 'purger'@'localhost';
GRANT SELECT,DELETE ON certificates TO 'janitor'@'localhost';
GRANT SELECT,DELETE ON certificateStatus TO 'janitor'@'localhost';
GRANT SELECT,DELETE ON certificatesPerName TO 'janitor'@'localhost';
GRANT SELECT,DELETE ON sctReceipts TO 'janitor'@'localhost';
GRANT SELECT,DELETE ON orders TO 'janitor'@'localhost';
GRANT SELECT,DELETE ON requestedNames TO 'janitor'@'localhost';
GRANT SELECT,DELETE ON orderFqdnSets TO 'janitor'@'localhost';