Files
xevion.dev/.sqlx/query-2487d244576ae4f02e72f74b5a1501040c47a4206c4cfea566f17641ec82d160.json
Xevion 045781f7a5 feat: add comprehensive tagging system with cooccurrence tracking
- Add tags, project_tags, and tag_cooccurrence tables with proper indexes
- Implement full CRUD API endpoints for tag management
- Add tag association endpoints for projects with automatic cooccurrence updates
- Include related tags and project filtering by tag functionality
2026-01-06 03:18:23 -06:00

13 lines
254 B
JSON

{
"db_name": "PostgreSQL",
"query": "DELETE FROM tag_cooccurrence",
"describe": {
"columns": [],
"parameters": {
"Left": []
},
"nullable": []
},
"hash": "2487d244576ae4f02e72f74b5a1501040c47a4206c4cfea566f17641ec82d160"
}