From 819839a7615f73c7f7820e35b099c16da305fad0 Mon Sep 17 00:00:00 2001 From: ehrumsey Date: Sun, 30 Mar 2025 01:02:10 -0500 Subject: [PATCH] vault backup: 2025-03-30 01:02:10 Affected files: Management/Development and Configuration/Datapack/Database.md --- Management/Development and Configuration/Datapack/Database.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Management/Development and Configuration/Datapack/Database.md b/Management/Development and Configuration/Datapack/Database.md index f877472..8cbc25d 100644 --- a/Management/Development and Configuration/Datapack/Database.md +++ b/Management/Development and Configuration/Datapack/Database.md @@ -21,6 +21,7 @@ function tables.myTable() { database: { tables: { $table: { + lock: bool, // locked tables cannot be accessed by queries name: string, // $name fields: string[], // $field pk: string, // $field