0034_drop_webapi_tokens.up.sql 139 B

123
  1. DROP INDEX IF EXISTS idx_webapi_tokens_screen_name;
  2. DROP INDEX IF EXISTS idx_webapi_tokens_expires_at;
  3. DROP TABLE IF EXISTS webapi_tokens;