30 Dec
2021
30 Dec
'21
1:08 p.m.
Hi all Fridolin said:
The version is indeed stored in database to compare with sources.
On 2021-12-30 10:23 pm, Mike Lake wrote:
Excellent. Where is this stored? I had a quick glance through the schema dump but did not see it. In mine I should see 21.11.01.000 stored or something like that.
Found it!
select variable,value from systempreferences where variable='Version'; +----------+------------+ | variable | value | +----------+------------+ | Version | 21.1101000 | +----------+------------+
Thanks all.