@@ -9,15 +9,15 @@ public partial class ApplicationEntityTweek : Migration
9
9
protected override void Up ( MigrationBuilder migrationBuilder )
10
10
{
11
11
migrationBuilder . DropIndex (
12
- name : "idx_source_all1 " ,
12
+ name : "idx_source_all_hl7 " ,
13
13
table : "HL7DestinationEntities" ) ;
14
14
15
15
migrationBuilder . DropColumn (
16
16
name : "AeTitle" ,
17
17
table : "HL7DestinationEntities" ) ;
18
18
19
19
migrationBuilder . CreateIndex (
20
- name : "idx_source_all1 " ,
20
+ name : "idx_source_all_hl7 " ,
21
21
table : "HL7DestinationEntities" ,
22
22
columns : new [ ] { "Name" , "HostIp" , "Port" } ,
23
23
unique : true ) ;
@@ -26,7 +26,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
26
26
protected override void Down ( MigrationBuilder migrationBuilder )
27
27
{
28
28
migrationBuilder . DropIndex (
29
- name : "idx_source_all1 " ,
29
+ name : "idx_source_all_hl7 " ,
30
30
table : "HL7DestinationEntities" ) ;
31
31
32
32
migrationBuilder . AddColumn < string > (
@@ -37,7 +37,7 @@ protected override void Down(MigrationBuilder migrationBuilder)
37
37
defaultValue : "" ) ;
38
38
39
39
migrationBuilder . CreateIndex (
40
- name : "idx_source_all1 " ,
40
+ name : "idx_source_all_hl7 " ,
41
41
table : "HL7DestinationEntities" ,
42
42
columns : new [ ] { "Name" , "AeTitle" , "HostIp" , "Port" } ,
43
43
unique : true ) ;
0 commit comments