Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Feb 6, 2021
1 parent 032158a commit b06a08f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion postgres/sql/004.migrate.sql
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ begin
$function$ language plpgsql;
exception when duplicate_function then
end;

if not install('patch'::varchar, array[]::varchar[]) then
return;
end if;
Expand All @@ -84,6 +85,7 @@ begin
if not uninstall('patch'::varchar) then
return;
end if;

drop table patch_requires;
drop table patches;
end;
Expand Down Expand Up @@ -291,6 +293,7 @@ begin
end;
$$ language plpgsql;


create or replace function down_epic()
returns void as
$$
Expand All @@ -305,7 +308,6 @@ end;
$$ language plpgsql;



create or replace function up()
returns void as $$
select up_patch();
Expand Down

0 comments on commit b06a08f

Please sign in to comment.