Generalised lead entries

This commit is contained in:
Khwezi Mngoma
2026-05-05 14:06:38 +02:00
parent 33112dcf79
commit f5c9557f59
10 changed files with 457 additions and 15 deletions
@@ -119,6 +119,9 @@ namespace LiteCharms.Infrastructure.Migrations
b.Property<long?>("CampaignId")
.HasColumnType("bigint");
b.Property<string>("ClickId")
.HasColumnType("text");
b.Property<string>("ClickLocation")
.HasColumnType("text");
@@ -132,7 +135,7 @@ namespace LiteCharms.Infrastructure.Migrations
b.Property<long?>("FeedItemId")
.HasColumnType("bigint");
b.Property<string>("GoogleClickId")
b.Property<string>("Source")
.HasColumnType("text");
b.Property<int>("Status")