# Archive `lazypugn_LudosData_2018-03-14_20-31-02.sql.zip` is the original MySQL dump of the 2018 database, kept for provenance. It contains a single `games` table with 105 rows. It predates the multi-user work that was in progress when the project was last touched, so it has **no `users` table and no `userId` column** — every game in it is unowned. It has been converted to [`backend/src/LudosData.Api/Data/Seed/games.json`](../backend/src/LudosData.Api/Data/Seed/games.json), which the API imports on first run. Nothing reads the zip at runtime. Conversion notes: - `id` was dropped; the new table assigns its own keys. - Empty strings became `null`, matching the new nullable columns. - `tinyint(1)` flags became booleans. - `Art` and `Description` were empty on every row, so no images were migrated.