Hi all,
Some time ago already I created a website (as a hobby) for a horse club with a custom component for contest management. It is a simple component really: I just developed it in place, it has a single database table (should have used multiple but it's fine this way).
Anyhow.. today they approached me saying that the points contestants are given can now also be half points. Because this was previously out of the question I created the component taking integers into account. Now I have to change the component code to use floats instead, that's all OK.. but the thing I am concerned about is the database and the model.
If I understand correctly I can just update the schema and then run Bob's script again to update everything (as it has been some years I don't remember how this worked exactly, but I will figure that out).
Is it really as simple as I just said or am I missing something? Do I have to take other things into account?
Kind regards,
Erwin