adding a better picture of diesel migrations

This commit is contained in:
Chris Cochrun 2023-08-04 14:44:26 -05:00
parent 2ccc98a954
commit 9d7d24168d
2 changed files with 46 additions and 5 deletions

View file

@ -1 +1,5 @@
-- This file should undo anything in `up.sql`
-- This file should undo anything in `up.sql`
DROP TABLE 'songs';
DROP TABLE 'videos';
DROP TABLE 'images';
DROP TABLE 'presentations';