Add category and tags granularity to company sync flows

This commit is contained in:
2026-03-03 23:10:08 -05:00
parent 717e747869
commit 610fce8db3
12 changed files with 415 additions and 29 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `watchlist_item` ADD `category` text;
--> statement-breakpoint
ALTER TABLE `watchlist_item` ADD `tags` text;