Missing a ;

This commit is contained in:
Marnin 2022-10-20 14:16:17 -04:00 committed by GitHub
parent c8bf0265eb
commit 51b60f9569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
SELECT
*
FROM
dns_resolvers
dns_resolvers;