agentgui 1.0.650 → 1.0.651
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/database.js +1 -0
- package/package.json +1 -1
package/database.js
CHANGED
|
@@ -1111,6 +1111,7 @@ export const queries = {
|
|
|
1111
1111
|
prep('DELETE FROM stream_updates');
|
|
1112
1112
|
prep('DELETE FROM chunks');
|
|
1113
1113
|
prep('DELETE FROM events');
|
|
1114
|
+
prep('DELETE FROM voice_cache');
|
|
1114
1115
|
prep('DELETE FROM sessions');
|
|
1115
1116
|
prep('DELETE FROM messages');
|
|
1116
1117
|
prep('DELETE FROM conversations');
|