Skip to content

Commit

Permalink
More name corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanthu committed Sep 25, 2018
1 parent ac35082 commit b842763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporter/script/delete_export_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ exportId=${exportId//-}
exportId=${exportId,,}
projectId=pantel-2decb

msisdnPseudonymsTable=$projectId.exported_pseudonyms.${exportId}_msisdn
subscriberPseudonymsTable=$projectId.exported_pseudonyms.${exportId}_subscriber
msisdnPseudonymsTable=exported_pseudonyms.${exportId}_msisdn
subscriberPseudonymsTable=exported_pseudonyms.${exportId}_subscriber
sub2msisdnMappingsTable=exported_data_consumption.${exportId}_sub2msisdn
dataConsumptionTable=exported_data_consumption.$exportId
purchaseRecordsTable=exported_data_consumption.${exportId}_purchases
Expand Down

0 comments on commit b842763

Please sign in to comment.