0042_drop_web_api_keys_last_used.up.sql 122 B

12
  1. -- The last_used timestamp is not read anywhere, so the column is unused.
  2. ALTER TABLE web_api_keys DROP COLUMN last_used;