piler/util/db-upgrade.sql
Janos SUTO 740855769f Updated timestamp algorithm to use sha256
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-12-09 11:20:18 +01:00

2 lines
85 B
SQL

alter table timestamp change column hash_value hash_value varchar(128) default null;