diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-07-13 10:04:53 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-07-13 10:04:53 -0300 |
| commit | f827fcc84815c3727aae652d2a60a801b2432768 (patch) | |
| tree | ec0d514cf052ac65585ed02fc12f8630432e9d7d /sql | |
| parent | 1cad8468cbaf61309a64194fca547a67a700a6da (diff) | |
| download | querymanager-f827fcc84815c3727aae652d2a60a801b2432768.tar.gz querymanager-f827fcc84815c3727aae652d2a60a801b2432768.zip | |
reorganize query functions and impl SET_NOTATION
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/schema.sql | 2 |
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) ); |
