collab: Drop mistakenly-added columns from the `usages` table (#18835)

Marshall Bowers created

This PR drops the `cache_creation_input_tokens_this_month ` and
`cache_read_input_tokens_this_month ` columns from the `usages` table in
the LLM database.

We mistakenly added these in #18834, but these aren't necessary due to
the structure of the `usages` table. We weren't actually using these
columns anywhere.

Release Notes:

- N/A

Change summary

crates/collab/migrations_llm/20241007220716_drop_incorrect_usages_columns.sql | 3 
1 file changed, 3 insertions(+)

Detailed changes