7 lines
101 B
Bash
Executable File
7 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
DATABASE=lsr
|
|
|
|
psql -f clean-postgres.sql ${DATABASE}
|
|
psql -f lsr-postgres.sql ${DATABASE}
|