Files
postgres-json/src/test/resources/sql/migrations/1.up.sql
2019-08-04 22:23:12 +02:00

5 lines
46 B
SQL

do $$
begin
PERFORM 1;
end;
$$