tubearr/drizzle/0015_perfect_lethal_legion.sql
jlightner 8d133024a5 feat: Add includeKeywords and excludeKeywords nullable text columns to…
- "src/db/schema/channels.ts"
- "src/types/index.ts"
- "src/db/repositories/channel-repository.ts"
- "drizzle/0015_perfect_lethal_legion.sql"
- "src/__tests__/sources.test.ts"

GSD-Task: S03/T01
2026-04-04 05:35:13 +00:00

2 lines
No EOL
127 B
SQL

ALTER TABLE `channels` ADD `include_keywords` text;--> statement-breakpoint
ALTER TABLE `channels` ADD `exclude_keywords` text;