add semicolon to sql file
This commit is contained in:
parent
28c1ab5058
commit
2e53fd9527
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ USING (
|
|||
FROM entry
|
||||
) AS numbered
|
||||
WHERE entry.id = numbered.id
|
||||
AND (row > 2000 OR retrieved < CURRENT_DATE - INTERVAL '365 days')
|
||||
AND (row > 2000 OR retrieved < CURRENT_DATE - INTERVAL '365 days');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue