List All Account Versions

View the complete temporal history of an account:

select id, username, email, version, valid_from, valid_to
from ores.accounts
where username = 'admin'
order by valid_from;
id	username	email	version	valid_from	valid_to

Emacs 29.3 (Org mode 9.6.15)