fix typo in comment

This commit is contained in:
Stefan Kaltenbrunner
2023-12-15 14:51:15 +01:00
parent 0056c61da6
commit addaef2bd1

View File

@ -14,7 +14,7 @@
\set ON_ERROR_STOP 1
BEGIN;
-- Commnity auth sites need reset crypto keys
-- reset crypto keys of community auth sites
-- The actual sites and id's are not secret.
UPDATE account_communityauthsite SET cryptkey='XXX';