]> ruin.nu Git - ndwebbie.git/blob - database/endtick.sql
intel role
[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;