Files
Apoorv Dixit 2005d3df9f feat(users): setup user authentication methods schema and apis (#4999)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
2024-06-21 10:59:17 +00:00

5 lines
169 B
SQL

-- This file should undo anything in `up.sql`
DROP INDEX IF EXISTS auth_id_index;
DROP INDEX IF EXISTS owner_id_index;
DROP TABLE IF EXISTS user_authentication_methods;