mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Merge branch 'story/113066359-optimization' into staging
This commit is contained in:
commit
c992a04623
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace :zonefile do
|
|||
exclude_filter := '%.%.' || i_origin;
|
||||
END IF;
|
||||
|
||||
SELECT ROUND(extract(epoch from now() at time zone 'utc')) INTO serial_num;
|
||||
SELECT (extract(epoch from now() at time zone 'utc'))::int INTO serial_num;
|
||||
|
||||
-- zonefile header
|
||||
SELECT concat(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue