Files
pocket-id-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;