add reminder to add initiated dialogs into table

This commit is contained in:
mykola2312 2024-03-02 00:27:46 +02:00
parent 626272eea6
commit da057a0040

View file

@ -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