add script to fetch current db #421

Merged
philipp merged 1 commits from fetch-db-script into staging 2024-04-23 21:12:19 +02:00

5
fd Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
scp read@128.140.64.118:/home/rowing/db.sqlite db.sqlite
sqlite3 db.sqlite < seeds.sql