Skip to content

Commit 2c1a7a6

Browse files
committed
add: [install] create DB structure
1 parent 0ec06e5 commit 2c1a7a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

populate.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
psql -hlocalhost -p5432 -Upostgres -d passive_ssl -f passivessl.sql

0 commit comments

Comments
 (0)