From 7506758455142f84aff4a13fa59d29ac0f3ef159 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 12 May 2025 11:43:43 +0200 Subject: [PATCH] Document set_table_version() being able to remove entries. --- modules/database/doc_classes/DatabaseConnection.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/database/doc_classes/DatabaseConnection.xml b/modules/database/doc_classes/DatabaseConnection.xml index 37ef04cdf..088c5bd1a 100644 --- a/modules/database/doc_classes/DatabaseConnection.xml +++ b/modules/database/doc_classes/DatabaseConnection.xml @@ -84,6 +84,7 @@ Sets the current table version. + Setting [code]version[/code] to -1 will remove the given table's row from the database.