0 votes
Are the bf_race_id (s) missing from the 'daily_betfair_mappings' table?
in Smartform by jnestor3 Novice (440 points)

1 Answer

0 votes
Yes; this was caused by the change to BST.

The mappings are fixed for today, however to update you will need to delete all today’s entries in your local table and rerun smartform updates, as follows:

# log in to smartform database

> delete from daily_betfair_mappings where date=curdate();

# log out of database and rrerun smartform updates

smartform-updater daily_betfair_mappings
by coltest Listed class (3.0k points)
edited by coltest
Many thanks. Sorted.
...