mirror of https://github.com/buster-so/buster.git
4 lines
116 B
MySQL
4 lines
116 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
drop table if exists datasets;
|
||
|
|
||
|
drop type if exists dataset_type_enum;
|