summaryrefslogtreecommitdiff
path: root/internal/storage/migrations/postgres/V0019.WebAuthnPasskeys.down.sql
blob: c624993c5ce4660b126dfd93f59cd7a8c2845d99 (plain)
1
2
3
4
ALTER TABLE webauthn_credentials
    DROP COLUMN attestation;

DROP TABLE IF EXISTS cached_data;