ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Active_prgs/Gromulus/models.py
(Generate patch)

Comparing Python/NinoCode/Active_prgs/Gromulus/models.py (file contents):
Revision 989 by nino.borges, Sun Mar 8 04:15:07 2026 UTC vs.
Revision 990 by nino.borges, Mon Mar 9 21:20:37 2026 UTC

# Line 48 | Line 48 | main_app = Table(
48      Column("user_notes", Text),
49      Column("container_md5_hash", Text),
50      Column("version", Text),
51 +    Column("favorite_game", Integer),
52 +    Column("release_date", Text),
53 +    Column("release_date_scraped", Text),
54 +    Column("game_genre", Text),
55 +    Column("game_genre_scraped", Text),
56 +    Column("cooperative", Text),
57 +    Column("cooperative_scraped", Text),
58 +    Column("max_players", Text),
59 +    Column("max_players_scraped", Text),
60   )
61  
62  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)