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