upend/migrations/upend/00_initial_structure/down.sql

4 lines
97 B
MySQL
Raw Normal View History

2020-08-27 00:11:50 +02:00
-- This file should undo anything in `up.sql`
DROP TABLE meta;
DROP TABLE files;
DROP TABLE data;