Add migration script for totp

This commit is contained in:
syeopite
2021-07-15 03:00:47 -07:00
parent 379cad6bcd
commit f08f8b67be

View File

@@ -0,0 +1 @@
psql invidious kemal -c "ALTER TABLE users ADD COLUMN totp_secret VARCHAR(128)"