0041_drop_oscar_bridge_sessions.up.sql 191 B

123
  1. -- The WebAPI-to-OSCAR bridge mapping (aimsid -> cookie/host/port) is now held
  2. -- in-memory on the WebAPISession, so this table is no longer used.
  3. DROP TABLE IF EXISTS oscar_bridge_sessions;