]> ruin.nu Git - ndwebbie.git/blob - database/functions/endtick.sql
Only list threads with posts in the last 50 days as new and unread
[ndwebbie.git] / database / functions / endtick.sql
1 CREATE FUNCTION endtick() RETURNS integer
2 AS $$SELECT value::integer FROM misc WHERE id = 'ENDTICK'$$
3 LANGUAGE sql STABLE;