Skip to content

Commit 38bbdf8

Browse files
authored
Update README.md
1 parent 64fae58 commit 38bbdf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ var _**query_limit**_ (Int) => Number of queries at a time to execute in SQL [RE
1818

1919
var _**compress**_ (Bool) => If set to true the result is compressed. (.zip)
2020

21-
var _**ext**_ (Int) => The extension of the destination file. [READ EXT SECTION](https://github.com/Chak10/Backup-SQL-By-Chak10/blob/master/README.md#ext-int)
21+
var _**ext**_ (_String or Array_) [NEW VERSION >= V1.0.7] => The extension of the destination file. [READ EXT SECTION](https://github.com/Chak10/Backup-SQL-By-Chak10/blob/master/README.md#ext-int)
22+
23+
var _**ext**_ (Int) [OLD VERSION < V1.0.7] => The extension of the destination file. [READ EXT SECTION](https://github.com/Chak10/Backup-SQL-By-Chak10/blob/master/README.md#ext-int)
2224

2325
var _**alltable_in_file**_ (Bool) => If set to true:
2426
- If the 'compress' variable is true all the files will be saved in a single zip file otherwise all will be saved individually

0 commit comments

Comments
 (0)