added counter to keys table
this lets us increment uses when a key is going to be used
This commit is contained in:
parent
8360efced5
commit
e2abc49087
@ -5,5 +5,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `keys`(
|
||||
`id` varchar(64) NOT NULL,
|
||||
`limit` integer,
|
||||
`uses` integer,
|
||||
PRIMARY KEY(`id`)
|
||||
);
|
Loading…
Reference in New Issue
Block a user