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
MySQL
Raw Permalink Normal View History

2022-07-26 21:05:26 -04:00
ALTER TABLE `clients`
ADD `totp` varchar(16) COLLATE 'utf8mb4_general_ci' NULL;