7 lines
167 B
MySQL
7 lines
167 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP TABLE LangAndAgents;
|
||
|
DROP TABLE Languages;
|
||
|
DROP TYPE Release;
|
||
|
DROP TYPE DictGenre;
|
||
|
DROP TYPE AgentLanguageRelation;
|