Fossil Forum
anonymous
1 month ago
Post: Can I change the userid of an entry in rcfrom?
Does this work or will it break anything?
update repository.rcvfrom SET uid = 2 where rcvid = 228;
stephan
1 month ago
update repository.rcvfrom SET uid = 2 where rcvid = 228;
First off: why on earth would you do that?
Secondly: rcvfrom is transient, specific to the local repo. It's not part of the permanent record, so changing it won't break anything more than your local repo. (That said: it shouldn't break anything at all.)
anonymous
1 month ago
possibly because it leaks an internal username from the system, but I guess there is no risk
but good to know that it dosnt break anything
thanks for the clarification