Skip to content

Commit f41613c

Browse files
committed
Columns indexes
1 parent c8cea18 commit f41613c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Umbraco.Cms.Integrations.Automation.Zapier/Migrations/ZapContentConfigTable.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ public class ZapContentConfig
6363
public int Id { get; set; }
6464

6565
[Column("ContentTypeName")]
66-
[Index(IndexTypes.NonClustered, Name = "IX_ZapContentConfig_ContentTypeName")]
66+
[Index(IndexTypes.UniqueNonClustered, Name = "IX_ZapContentConfig_ContentTypeName")]
6767
public string ContentTypeName { get; set; }
6868

6969
[Column("WebHookUrl")]
70-
[Index(IndexTypes.NonClustered, Name = "IX_ZapContentConfig_WebHookUrl")]
70+
[Index(IndexTypes.UniqueNonClustered, Name = "IX_ZapContentConfig_WebHookUrl")]
7171
public string WebHookUrl { get; set; }
7272

7373
[Column("IsEnabled")]

0 commit comments

Comments
 (0)