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

5 lines
68 B
MySQL
Raw Normal View History

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