lumina-qml/src/rust/migrations/2023-04-04-164359_library-db/down.sql

5 lines
136 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE 'songs';
DROP TABLE 'videos';
DROP TABLE 'images';
DROP TABLE 'presentations';