diff options
Diffstat (limited to 'sql/schema.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) ); |
