Skip to content

Commit d283faf

Browse files
committed
fix for pg 15
1 parent 3b75850 commit d283faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/kuttl/e2e/tablespace-enabled/01--psql-connect.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spec:
3636
END $$$$;
3737
- --command
3838
- |
39+
CREATE SCHEMA "tablespace-enabled";
3940
CREATE TABLE users(
4041
id BIGINT GENERATED ALWAYS AS IDENTITY,
4142
PRIMARY KEY(id),

0 commit comments

Comments
 (0)