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

6 lines
47 B
SQL

do $$
begin
PERFORM 1;
end;
$$