Changeset 0.28.0 (#172)
This commit is contained in:
@@ -253,46 +253,85 @@ func TruncateAll(t *testing.T) {
|
||||
}
|
||||
|
||||
tables := []string{
|
||||
// Task system
|
||||
"task_runs",
|
||||
"tasks",
|
||||
// Workflow system
|
||||
"workflow_assignments",
|
||||
"workflow_versions",
|
||||
"workflow_stages",
|
||||
"workflows",
|
||||
// Sessions
|
||||
"session_participants",
|
||||
// Files
|
||||
"files",
|
||||
// Resource grants & groups
|
||||
"resource_grants",
|
||||
"group_members",
|
||||
"groups",
|
||||
// Notifications
|
||||
"notification_preferences",
|
||||
"notifications",
|
||||
// Usage & audit
|
||||
"usage_log",
|
||||
"model_pricing",
|
||||
"notes",
|
||||
"audit_log",
|
||||
// Channel internals
|
||||
"channel_cursors",
|
||||
"messages",
|
||||
"channel_models",
|
||||
"channel_participants",
|
||||
"channel_knowledge_bases",
|
||||
"persona_knowledge_bases",
|
||||
"user_model_settings",
|
||||
// Projects
|
||||
"project_notes",
|
||||
"project_knowledge_bases",
|
||||
"project_channels",
|
||||
// Knowledge bases
|
||||
"persona_knowledge_bases",
|
||||
"kb_chunks",
|
||||
"kb_documents",
|
||||
"knowledge_bases",
|
||||
// Notes
|
||||
"note_links",
|
||||
"notes",
|
||||
// Memory
|
||||
"memory_extraction_log",
|
||||
"memories",
|
||||
// Workspaces
|
||||
"workspace_chunks",
|
||||
"workspace_files",
|
||||
"git_credentials",
|
||||
"workspaces",
|
||||
// Channels & folders
|
||||
"channels",
|
||||
"folders",
|
||||
"projects",
|
||||
"user_model_settings",
|
||||
// Providers & health
|
||||
"model_pricing",
|
||||
"provider_health",
|
||||
"capability_overrides",
|
||||
"routing_policies",
|
||||
"tool_health",
|
||||
"model_catalog",
|
||||
// Personas
|
||||
"persona_grants",
|
||||
"persona_group_members",
|
||||
"persona_groups",
|
||||
"personas",
|
||||
"provider_configs",
|
||||
// Teams & users
|
||||
"team_members",
|
||||
"teams",
|
||||
"refresh_tokens",
|
||||
"user_presence",
|
||||
"users",
|
||||
// Config & extensions
|
||||
"platform_policies",
|
||||
"global_config",
|
||||
"global_settings",
|
||||
"folders",
|
||||
"attachments",
|
||||
"extension_user_settings",
|
||||
"extensions",
|
||||
"surface_registry",
|
||||
"oidc_auth_state",
|
||||
}
|
||||
|
||||
if IsSQLite() {
|
||||
|
||||
Reference in New Issue
Block a user