We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50c69e commit 08df692Copy full SHA for 08df692
db/dns_internal.sql
@@ -9,8 +9,9 @@ select
9
null::text as master,
10
null::int as last_check,
11
'NATIVE'::text as type,
12
- null::int as notified_serial,
13
- null::text as account
+ null::bigint as notified_serial,
+ null::text as account,
14
+ null::text as catalog
15
from public.server
16
where servertype_id = 'provider_domain';
17
db/dns_public.sql
0 commit comments