Skip to content

Commit

Permalink
chore: clean up after testing watch and commit commands
Browse files Browse the repository at this point in the history
  • Loading branch information
wgwz committed Sep 28, 2023
1 parent 967fa7f commit d900157
Show file tree
Hide file tree
Showing 3 changed files with 723 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
migrations/current.sql

*.sw[pno]
.envrc

Expand Down
2 changes: 1 addition & 1 deletion migrations/initial_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SELECT pg_catalog.set_config('search_path', 'public', false);
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
Expand Down
Loading

0 comments on commit d900157

Please sign in to comment.