We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b75850 commit d283fafCopy full SHA for d283faf
testing/kuttl/e2e/tablespace-enabled/01--psql-connect.yaml
@@ -36,6 +36,7 @@ spec:
36
END $$$$;
37
- --command
38
- |
39
+ CREATE SCHEMA "tablespace-enabled";
40
CREATE TABLE users(
41
id BIGINT GENERATED ALWAYS AS IDENTITY,
42
PRIMARY KEY(id),
0 commit comments