Fix monitor datatype issues #134

Merged
sirdog3355 merged 1 commit from hotfix/monitor-datatypes into main 2025-11-10 07:46:00 -05:00
sirdog3355 commented 2025-11-10 07:45:45 -05:00 (Migrated from github.com)

I accidentally set the disc_id columns to use the NUMERIC SQLITE datatype. This isn't kosher, as that datatype seems to automatically round to the next 10th, which would obviously make checks not function.

This ensures relevant columns are TEXT and removes code that forces INT types into those columns.

I accidentally set the `disc_id` columns to use the `NUMERIC` SQLITE datatype. This isn't kosher, as that datatype seems to automatically round to the next 10th, which would obviously make checks not function. This ensures relevant columns are `TEXT` and removes code that forces `INT` types into those columns.
Sign in to join this conversation.
No description provided.