feat: implement audit logging and add certificate template field to courses

This commit is contained in:
2025-12-23 11:04:36 -03:00
parent 72ddb43fd7
commit f695ed7213
14 changed files with 417 additions and 35 deletions
@@ -0,0 +1,2 @@
-- Add certificate_template to courses
ALTER TABLE courses ADD COLUMN certificate_template TEXT;