Skip to content

Commit 1058908

Browse files
committed
Fix comment on migration file
1 parent 624cfa4 commit 1058908

File tree

1 file changed

+3
-1
lines changed
  • servers/curated-corpus-api/prisma/migrations/20251112133547_add_publisher_domain_table

1 file changed

+3
-1
lines changed

servers/curated-corpus-api/prisma/migrations/20251112133547_add_publisher_domain_table/migration.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ CREATE TABLE `PublisherDomain` (
1111
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
1212

1313
-- Insert publisher domain data
14-
-- Only insert domains that exist in the ApprovedItem table
14+
-- The domain names are sourced from domain_business_metadata,
15+
-- and narrowed down to those that were associated with a
16+
-- ScheduledItem or SectionItem at any point in time.
1517
INSERT INTO `PublisherDomain` (`domainName`, `publisher`, `createdBy`, `updatedAt`)
1618
SELECT DISTINCT
1719
dbm.domain_name,

0 commit comments

Comments
 (0)