mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
cc8e2ccc78
server: add scheduled triggers Co-authored-by: Alexis King <lexi.lambda@gmail.com> Co-authored-by: Marion Schleifer <marion@hasura.io> Co-authored-by: Karthikeyan Chinnakonda <karthikeyan@hasura.io> Co-authored-by: Aleksandra Sikora <ola.zxcvbnm@gmail.com>
6 lines
69 B
PL/PgSQL
6 lines
69 B
PL/PgSQL
DO language plpgsql $$
|
|
BEGIN
|
|
RAISE NOTICE 'Nothing to do';
|
|
END
|
|
$$;
|