Generalised lead entries
This commit is contained in:
+4
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user