mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
5 lines
208 B
SQL
5 lines
208 B
SQL
DROP TABLE IF EXISTS aibridge_tool_usages CASCADE;
|
|
DROP TABLE IF EXISTS aibridge_user_prompts CASCADE;
|
|
DROP TABLE IF EXISTS aibridge_token_usages CASCADE;
|
|
DROP TABLE IF EXISTS aibridge_interceptions CASCADE;
|