daily_betfair_mappings

0 votes
Are the bf_race_id (s) missing from the 'daily_betfair_mappings' table?
asked Mar 31 in Smartform by jnestor3 Novice (360 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
answered Mar 31 by coltest Listed class (2,780 points)
edited Mar 31 by coltest
Many thanks. Sorted.
...