aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/drizzle/0017_slippery_senator_kelly.sql
blob: 9470704f8c52a692693495f7532225a2b240da78 (plain) (blame)
1
2
3
ALTER TABLE bookmarkLinks ADD `crawlStatus` text DEFAULT 'pending';--> statement-breakpoint
UPDATE bookmarkLinks SET crawlStatus = 'failure' where htmlContent is null;--> statement-breakpoint
UPDATE bookmarkLinks SET crawlStatus = 'success' where htmlContent is not null;