boltcard/script/s_setup_test_data
2023-07-02 07:23:58 +00:00

6 lines
156 B
Text
Executable file

# to close any database connections
sudo systemctl stop postgresql
sudo systemctl start postgresql
psql postgres -f sql/data.test.sql
echo Test data added