buster/api/migrations/2024-06-03-221241_create_da.../down.sql

4 lines
116 B
SQL

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