Web-LangTag/registries/fill-in-database.sh

7 lines
101 B
Bash
Raw Normal View History

2023-06-09 10:02:30 +02:00
#!/bin/sh
DATABASE=lsr
psql -f clean-postgres.sql ${DATABASE}
psql -f lsr-postgres.sql ${DATABASE}