diff --git a/InventoryDistanceBasedSourceSelection/etc/db_schema.xml b/InventoryDistanceBasedSourceSelection/etc/db_schema.xml index 0f30b30bd8d3..dd5582c2c234 100644 --- a/InventoryDistanceBasedSourceSelection/etc/db_schema.xml +++ b/InventoryDistanceBasedSourceSelection/etc/db_schema.xml @@ -8,6 +8,8 @@ + @@ -15,5 +17,8 @@ + + +
diff --git a/InventoryDistanceBasedSourceSelection/etc/db_schema_whitelist.json b/InventoryDistanceBasedSourceSelection/etc/db_schema_whitelist.json index f6abc16afada..63411e22d5b1 100644 --- a/InventoryDistanceBasedSourceSelection/etc/db_schema_whitelist.json +++ b/InventoryDistanceBasedSourceSelection/etc/db_schema_whitelist.json @@ -1,6 +1,7 @@ { "inventory_geoname": { "column": { + "entity_id": true, "country_code": true, "zip_code": true, "city": true, @@ -9,6 +10,9 @@ "latitude": true, "longitude": true, "postcode": true + }, + "constraint": { + "PRIMARY": true } } } \ No newline at end of file