add reminder to add initiated dialogs into table
This commit is contained in:
parent
4dd835432e
commit
dff8e827ab
1 changed files with 3 additions and 1 deletions
|
|
@ -48,3 +48,5 @@ WHEN new.is_approved = 1
|
||||||
BEGIN
|
BEGIN
|
||||||
UPDATE user SET can_download = 1 WHERE user.id = new.requested_by;
|
UPDATE user SET can_download = 1 WHERE user.id = new.requested_by;
|
||||||
END;
|
END;
|
||||||
|
|
||||||
|
-- TODO: add dialog start table
|
||||||
Loading…
Add table
Reference in a new issue