Skip to content

Commit d9c8e1f

Browse files
committed
Update
1 parent 2fd9123 commit d9c8e1f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Apps/W1/Shopify/App/src/Customers/Tables/ShpfyCustomerAddress.Table.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ table 30106 "Shpfy Customer Address"
113113
{
114114
Clustered = true;
115115
}
116-
key(Key1; "Customer Id", Default)
116+
key(Key2; "Customer Id", Default)
117117
{
118118
}
119119
}

src/Apps/W1/Shopify/App/src/Inventory/Tables/ShpfyShopInventory.Table.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ table 30112 "Shpfy Shop Inventory"
104104
{
105105
Clustered = true;
106106
}
107-
key(key1; "Variant Id")
107+
key(Key2; "Variant Id")
108108
{
109109
}
110110
}

src/Apps/W1/Shopify/App/src/Order Fulfillments/Tables/ShpfyFulFillmentOrderLine.Table.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ table 30144 "Shpfy FulFillment Order Line"
7676
{
7777
Clustered = true;
7878
}
79-
key(Key1; "Shopify Order Id", "Shopify Variant Id")
79+
key(Key2; "Shopify Order Id", "Shopify Variant Id")
8080
{
8181
}
8282
}

src/Apps/W1/Shopify/App/src/Order Fulfillments/Tables/ShpfyFulfillmentLine.Table.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ table 30139 "Shpfy Fulfillment Line"
6161
key(Indx001; "Fulfillment Id", "Is Gift Card")
6262
{
6363
}
64-
key(Indx002; "Order Id", "Is Gift Card")
64+
key(Key3; "Order Id", "Is Gift Card")
6565
{
6666
}
6767
}

src/Apps/W1/Shopify/App/src/Products/Tables/ShpfyProduct.Table.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ table 30127 "Shpfy Product"
165165
{
166166
Clustered = true;
167167
}
168-
key(Key1; "Shop Code", "Item SystemId")
168+
key(Key2; "Shop Code", "Item SystemId")
169169
{
170170
}
171171
}

src/Apps/W1/Shopify/App/src/Transactions/Tables/ShpfyOrderTransaction.Table.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ table 30133 "Shpfy Order Transaction"
259259
key(Idx003; Type)
260260
{
261261
}
262-
key(Idx004; "Shopify Order Id", Status)
262+
key(Key5; "Shopify Order Id", Status)
263263
{
264264
}
265265
}

0 commit comments

Comments
 (0)