5 lines
81 B
SQL
5 lines
81 B
SQL
-- This file should undo anything in `up.sql`
|
|
|
|
|
|
DROP TABLE IF EXISTS "subtasks";
|