* Add wallet debug page * Show key hash information * Show last key update * Show last wallet update * Show last device key update
4 lines
88 B
SQL
4 lines
88 B
SQL
-- AlterTable
|
|
ALTER TABLE "users" ADD COLUMN "vaultKeyHashUpdatedAt" TIMESTAMP(3);
|
|
|