3 lines
79 B
SQL
3 lines
79 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TABLE IF EXISTS "projects";
|
-- This file should undo anything in `up.sql`
|
|
DROP TABLE IF EXISTS "projects";
|