1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 19:44:47 +00:00
Files
pocket-id/backend/resources/migrations/postgres/20250302220732_api_key_auth.down.sql
Kyle Mendell 62915d863a feat: api key authentication (#291)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
2025-03-11 19:16:42 +00:00

2 lines
70 B
SQL

DROP INDEX IF EXISTS idx_api_keys_key;
DROP TABLE IF EXISTS api_keys;