4 lines
90 B
MySQL
4 lines
90 B
MySQL
|
|
-- This file should undo anything in `up.sql`
|
||
|
|
DROP TABLE dids;
|
||
|
|
DROP TYPE did_target_type;
|