Skip to content

Commit

Permalink
Cleaner test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 9, 2020
1 parent d778493 commit 76a1d2a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/support/schema.sql
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
SET client_min_messages = warning;

DROP TABLE IF EXISTS "Posts_intermediate" CASCADE;
DROP TABLE IF EXISTS "Posts" CASCADE;
DROP TABLE IF EXISTS "Posts_retired" CASCADE;
DROP FUNCTION IF EXISTS "Posts_insert_trigger"();
DROP TABLE IF EXISTS "Users" CASCADE;
DROP SCHEMA IF EXISTS public CASCADE;
CREATE SCHEMA public;

CREATE TABLE "Users" (
"Id" SERIAL PRIMARY KEY
Expand Down

0 comments on commit 76a1d2a

Please sign in to comment.