mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
5 lines
169 B
SQL
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;
|