mirror of https://github.com/buster-so/buster.git
4 lines
137 B
MySQL
4 lines
137 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP TABLE IF EXISTS data_sources;
|
||
|
|
||
|
DROP TYPE IF EXISTS data_source_onboarding_status_enum;
|