0016_webapi_tokens.down.sql 180 B

1234
  1. -- Drop Web API tokens table and indices
  2. DROP INDEX IF EXISTS idx_webapi_tokens_screen_name;
  3. DROP INDEX IF EXISTS idx_webapi_tokens_expires_at;
  4. DROP TABLE IF EXISTS webapi_tokens;