From f827fcc84815c3727aae652d2a60a801b2432768 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 13 Jul 2025 10:04:53 -0300 Subject: reorganize query functions and impl SET_NOTATION --- sql/schema.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/schema.sql') diff --git a/sql/schema.sql b/sql/schema.sql index 61430ed..f027e35 100644 --- a/sql/schema.sql +++ b/sql/schema.sql @@ -161,6 +161,8 @@ CREATE TABLE IF NOT EXISTS Namelocks ( GamemasterID INTEGER NOT NULL, Reason TEXT NOT NULL, Comment TEXT NOT NULL, + Attempts INTEGER NOT NULL DEFAULT 0, + Approved INTEGER NOT NULL DEFAULT 0, PRIMARY KEY (CharacterID) ); -- cgit v1.2.3