3 lines
51 B
Bash
3 lines
51 B
Bash
#!/bin/bash
|
|
psql -U root -d postgres -f schema.sql
|
#!/bin/bash
|
|
psql -U root -d postgres -f schema.sql
|