remove old file from build steps

This commit is contained in:
filifa 2024-05-04 23:01:53 -05:00
parent 356f622479
commit 2e07f0b516
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ lahman.db: lahman-raw.db sql/awards.sql sql/franchises.sql sql/teamseasons.sql s
cat sql/fieldingpost.sql | sqlite3 lahman.db
cat sql/fielding.sql | sqlite3 lahman.db
cat sql/franchises.sql | sqlite3 lahman.db
cat sql/halloffamereqs.sql | sqlite3 lahman.db
cat sql/halloffame.sql | sqlite3 lahman.db
cat sql/homegames.sql | sqlite3 lahman.db
cat sql/leagues.sql | sqlite3 lahman.db