Files
openccb/services/lms-service/migrations/20231223000001_add_certificate_template.sql
T

3 lines
97 B
SQL

-- Add certificate_template to courses
ALTER TABLE courses ADD COLUMN certificate_template TEXT;