add series descriptions #17

Merged
rudism merged 17 commits from series-descriptions into main 2023-04-05 15:32:30 -05:00
2 changed files with 832 additions and 1377 deletions
Showing only changes of commit 3b430f0ed0 - Show all commits

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ if [ -f "$db" ]; then
fi
fi
for sql in "$dbdir"/migrations/*; do
for sql in "$dbdir"/migrations/*.sql; do
echo "$sql..."
sqlite3 radiostasis.db < "$sql"
done