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
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