2023-01-03 14:16:10 +00:00
|
|
|
-- This file should undo anything in `up.sql`
|
2023-01-18 09:26:45 +00:00
|
|
|
DROP TABLE UserFollowLanguage;
|
2023-01-03 14:16:10 +00:00
|
|
|
DROP TABLE LangAndAgents;
|
2023-01-08 14:58:26 +00:00
|
|
|
DROP TABLE LangTranslatesTo;
|
2023-01-03 14:16:10 +00:00
|
|
|
DROP TABLE Languages;
|
|
|
|
DROP TYPE Release;
|
|
|
|
DROP TYPE DictGenre;
|
|
|
|
DROP TYPE AgentLanguageRelation;
|
2023-01-08 14:58:26 +00:00
|
|
|
DROP EXTENSION "uuid-ossp";
|