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