mirror of
https://github.com/Xevion/banner.git
synced 2025-12-06 01:14:22 -06:00
5 lines
155 B
SQL
5 lines
155 B
SQL
-- 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";
|