collab: Remove unused billing-related database code (#36282)

This PR removes a bunch of unused database code related to billing, as
we no longer need it.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-08-15 18:58:10 -04:00 committed by GitHub
parent bf34e185d5
commit e664a9bc48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 1 additions and 1419 deletions

View file

@ -565,7 +565,6 @@ impl TestServer {
) -> Arc<AppState> {
Arc::new(AppState {
db: test_db.db().clone(),
llm_db: None,
livekit_client: Some(Arc::new(livekit_test_server.create_api_client())),
blob_store_client: None,
executor,