Skip to content

Commit

Permalink
Fix installation schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rodo committed Dec 13, 2024
1 parent a130454 commit b7b30e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/table_exclusion.sql.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BEGIN;
SELECT plan(7);

DROP EXTENSION IF EXISTS schedoc CASCADE;
CREATE EXTENSION schedoc WITH SCHEMA public CASCADE;
CREATE EXTENSION schedoc WITH SCHEMA _TEST_SCHEMA_ CASCADE;
SELECT schedoc_start();

TRUNCATE schedoc_column_raw;
Expand Down

0 comments on commit b7b30e0

Please sign in to comment.