Skip to content

Commit 4eda53f

Browse files
committed
because of course
1 parent e8ba1a0 commit 4eda53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-postgres-tables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
export PATH=./build/release:./build/release/Release/:$PATH
2+
export PATH=./build/release:./build/release/Debug/:$PATH
33
echo "
44
CREATE SCHEMA tpch;
55
CREATE SCHEMA tpcds;

0 commit comments

Comments
 (0)