Files
xb-seed-catalog/xb_seed_status.py
constantprojects 4d6e664ba6 Fix NocoDB PATCH using wrong record identifier, causing overwrites
update_record was using the custom field ID to identify rows in PATCH
requests instead of NocoDB's internal Id primary key. This prevented
proper row matching, causing values to be overwritten instead of
appended to the comma-separated seeder list.
2026-02-17 14:54:52 -07:00

19 KiB