Skip to content

Commit

Permalink
#14862 - Add IF EXISTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 25, 2020
1 parent 1ac8a31 commit ccdaf82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/_envs/pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ modules:
reconnect: true
waitlock: 10
initial_queries:
- 'DROP SCHEMA public CASCADE;'
- 'DROP SCHEMA private CASCADE;'
- 'DROP SCHEMA IF EXISTS public CASCADE;'
- 'DROP SCHEMA IF EXISTS private CASCADE;'
- 'CREATE SCHEMA public;'
- 'CREATE SCHEMA private;'
- 'REVOKE ALL ON SCHEMA public FROM PUBLIC;'
Expand Down

0 comments on commit ccdaf82

Please sign in to comment.