Notifications by E-Mail implemented
This commit is contained in:
@@ -6,5 +6,8 @@ CREATE TABLE locks (
|
||||
token VARCHAR(100),
|
||||
scope TINYINT,
|
||||
depth TINYINT,
|
||||
uri text
|
||||
uri VARCHAR(1000),
|
||||
INDEX(token),
|
||||
INDEX(uri)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user