Open mfranchetti opened 8 years ago
I've managed to implement this on my own OBBLM install (www.wbbl.co.uk). It required:
Are we using MySQL_upgrade_queries 096-097?
I would like to see that upgrade querie chaned to 097-101 or some. Also I would like to test this out can you send me the files.
Sure, I will try and do a commit this evening (I've been away for the weekend) or I can e-mail the files directly if that's easier to test?
Email directly is easy On 4 Jul 2016 6:48 PM, "Michael" notifications@github.com wrote:
Sure, I will try and do a commit this evening (I've been away for the weekend) or I can e-mail the files directly if that's easier to test?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/TheNAF/naflm/issues/139#issuecomment-230238478, or mute the thread https://github.com/notifications/unsubscribe/APXWho_5DU9OfsLfhbHY-lLQjWEb_29Bks5qSMjOgaJpZM4JBBbZ .
I'll need an email address for you then :)
Definitely make it 97-101. My hope for 101 is to upgrade the upgrade process, but it will almost certainly use the use existing infrastructure.
The
mv_teams
table has aplayed
field to record the number of matches played. I am proposing that we add ascheduled
field to record the number of matches that the team has scheduled but unplayed. This will require updating the functionsyncMVteam
in order to correctly populate the field. The benefit is that we can then include teams who have completed matches or scheduled matches whensyncMVteam
is called. League tables will then show all teams included in a scheduled league from the start rather than only after their first match.Issues
syncMVteam
is the only one that updatesmv_teams
and any that read from it should be specifying fields.I'm happy to handle this, but wanted to ensure it was acceptable and not conflicting with any other developments.