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:
parent
f794cbb74a
commit
a2f29d2c64
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue