aboutsummaryrefslogtreecommitdiff
path: root/sql/schema.sql
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-07-13 10:04:53 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-07-13 10:04:53 -0300
commitf827fcc84815c3727aae652d2a60a801b2432768 (patch)
treeec0d514cf052ac65585ed02fc12f8630432e9d7d /sql/schema.sql
parent1cad8468cbaf61309a64194fca547a67a700a6da (diff)
downloadquerymanager-f827fcc84815c3727aae652d2a60a801b2432768.tar.gz
querymanager-f827fcc84815c3727aae652d2a60a801b2432768.zip
reorganize query functions and impl SET_NOTATION
Diffstat (limited to 'sql/schema.sql')
-rw-r--r--sql/schema.sql2
1 files changed, 2 insertions, 0 deletions
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)
);