aboutsummaryrefslogtreecommitdiff
path: root/migrations/mysql/2019-10-10-083032_add_column_to_twofactor/up.sql
blob: cfcd6ca2002a640f8ffb0004b7de076d7c79df9a (plain)
1
ALTER TABLE twofactor ADD COLUMN last_used INTEGER NOT NULL DEFAULT 0;