graphql-engine/server/src-rsr/migrations/34_to_33.sql

5 lines
68 B
PL/PgSQL

DO language plpgsql $$
BEGIN
RAISE NOTICE 'Nothing to do';
END
$$;