fix(db): require share_salt to be supplied by the daemon

This commit is contained in:
CleverWild
2026-08-25 20:36:19 +02:00
committed by Skipper
parent f03997ea56
commit f13c1cf9d1

View File

@@ -56,7 +56,7 @@ create table if not exists operator (
share blob not null,
share_nonce blob not null,
share_salt blob not null default (randomblob(32)),
share_salt blob not null,
created_at integer not null default(unixepoch ('now')),
updated_at integer not null default(unixepoch ('now'))