From 025eef03ad402f1fcb623059711be554e09b052f Mon Sep 17 00:00:00 2001 From: "sachin.patel" Date: Fri, 27 Jul 2018 09:48:15 +0100 Subject: [PATCH] :tractor: :scroll: - Renaming change script to more accurately describe the changes it will make. --- ...ewType.js => 030-queryViews_Copy_TypeFieldToViewTypeField.js} | 0 src/Data/Data.sln | 1 + 2 files changed, 1 insertion(+) rename src/Data/CosmosDb/{030-queryViews_Rename_TypeFieldToViewType.js => 030-queryViews_Copy_TypeFieldToViewTypeField.js} (100%) diff --git a/src/Data/CosmosDb/030-queryViews_Rename_TypeFieldToViewType.js b/src/Data/CosmosDb/030-queryViews_Copy_TypeFieldToViewTypeField.js similarity index 100% rename from src/Data/CosmosDb/030-queryViews_Rename_TypeFieldToViewType.js rename to src/Data/CosmosDb/030-queryViews_Copy_TypeFieldToViewTypeField.js diff --git a/src/Data/Data.sln b/src/Data/Data.sln index d9372cdd18..1704e08940 100644 --- a/src/Data/Data.sln +++ b/src/Data/Data.sln @@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution CosmosDb\.eslintrc.json = CosmosDb\.eslintrc.json CosmosDb\010-queryViews_LiveVacancy_Insert_DefaultField_ApplicationMethod.js = CosmosDb\010-queryViews_LiveVacancy_Insert_DefaultField_ApplicationMethod.js CosmosDb\020-vacancies_Insert_DefaultField_ApplicationMethod.js = CosmosDb\020-vacancies_Insert_DefaultField_ApplicationMethod.js + CosmosDb\030-queryViews_Copy_TypeFieldToViewTypeField.js = CosmosDb\030-queryViews_Copy_TypeFieldToViewTypeField.js CosmosDb\Configuration.json = CosmosDb\Configuration.json CosmosDb\documentMigration.js = CosmosDb\documentMigration.js CosmosDb\Invoke-CosmosDbScript.ps1 = CosmosDb\Invoke-CosmosDbScript.ps1