3 lines
68 B
SQL
3 lines
68 B
SQL
-- This file should undo anything in `up.sql`
|
|
|
|
DROP TABLE articles;
|
-- This file should undo anything in `up.sql`
|
|
|
|
DROP TABLE articles;
|