We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53141c commit cbac54fCopy full SHA for cbac54f
create-postgres-tables.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
+set -e
3
+
4
echo "
5
CREATE SCHEMA tpch;
6
CREATE SCHEMA tpcds;
0 commit comments