-- This file should undo anything in `up.sql`
drop table if exists datasets;
drop type if exists dataset_type_enum;