2 lines
66 B
SQL
2 lines
66 B
SQL
-- This file should undo anything in `up.sql`
|
|
drop table artists;
|
-- This file should undo anything in `up.sql`
|
|
drop table artists;
|