Add category and tags granularity to company sync flows
This commit is contained in:
3
drizzle/0004_watchlist_company_taxonomy.sql
Normal file
3
drizzle/0004_watchlist_company_taxonomy.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `watchlist_item` ADD `category` text;
|
||||
--> statement-breakpoint
|
||||
ALTER TABLE `watchlist_item` ADD `tags` text;
|
||||
@@ -29,6 +29,13 @@
|
||||
"when": 1772486100000,
|
||||
"tag": "0003_task_stage_event_timeline",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 4,
|
||||
"version": "6",
|
||||
"when": 1772568000000,
|
||||
"tag": "0004_watchlist_company_taxonomy",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user