feat: setup diesel & schema, course with metrics/audit tables

This commit is contained in:
2025-08-27 18:57:43 -05:00
parent c7117f14a3
commit e734e40347
11 changed files with 218 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- This file should undo anything in `up.sql`
DROP TABLE IF EXISTS "courses";
DROP TABLE IF EXISTS "course_metrics";
DROP TABLE IF EXISTS "course_audits";