Changing "files" to "sqlObjectScripts" to be more accurate (#22899)

* Changing "files" to "sqlObjectScripts" to be more accurate

* fixing func call
This commit is contained in:
Benjin Dubishar
2023-05-01 08:31:13 -07:00
committed by GitHub
parent b86463ee71
commit 6b1dd0e468
8 changed files with 85 additions and 85 deletions

View File

@@ -246,9 +246,9 @@ declare module 'sqldbproj' {
readonly projectFileName: string;
/**
* Files and folders that are included in the project
* SQL object scripts in this project
*/
readonly files: IFileProjectEntry[];
readonly sqlObjectScripts: IFileProjectEntry[];
/**
* SqlCmd variables and their values