This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
viscord/packages/server/public/migrations/7-2fa.sql

2 lines
79 B
SQL

ALTER TABLE `clients`
ADD `totp` varchar(16) COLLATE 'utf8mb4_general_ci' NULL;