Skip to content

Commit cbac54f

Browse files
committed
set -e
1 parent e53141c commit cbac54f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

create-postgres-tables.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
set -e
3+
24
echo "
35
CREATE SCHEMA tpch;
46
CREATE SCHEMA tpcds;

0 commit comments

Comments
 (0)