]> ruin.nu Git - ndwebbie.git/blob - database/endtick.sql
Added the ndreport script and updated ndmail so it uses DB.pm
[ndwebbie.git] / database / endtick.sql
1 CREATE FUNCTION endtick() RETURNS integer
2 AS $$SELECT value::integer FROM misc WHERE id = 'ENDTICK'$$
3 LANGUAGE sql STABLE;