From cc0a20ecf5fb3e6a043722a041c8dbde15607e13 Mon Sep 17 00:00:00 2001 From: David Bruant Date: Thu, 11 Apr 2024 10:46:52 +0200 Subject: [PATCH] Fix typo in SQL.md --- docs/API/SQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API/SQL.md b/docs/API/SQL.md index dad7024..326b660 100644 --- a/docs/API/SQL.md +++ b/docs/API/SQL.md @@ -143,7 +143,7 @@ Rename a database table __Arguments__ * tableName - existing table name -* options - new table name +* newTableName - new table name * callback(err) - callback that will be invoked after renaming the table ### addColumn(tableName, columnName, columnSpec, callback)