mpope9 / nba-sql

:basketball: An application to build an NBA database backed by MySQL, Postgres, or SQLite
Apache License 2.0
171 stars 20 forks source link

Add season list to database. #65

Closed mpope9 closed 2 years ago

mpope9 commented 2 years ago

Maybe the only feasible way to actually update this database without requiring a re-deploy.

Add a season table with two columns, the int representation of a season and the string version?

Then, to add a new season, a new row can be added. Maybe a new cmdline 'mode' can be added to support this?

mpope9 commented 2 years ago

Merged!