ordabok/migrations/2023-01-03-134426_create_language/down.sql

7 lines
167 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE LangAndAgents;
DROP TABLE Languages;
DROP TYPE Release;
DROP TYPE DictGenre;
DROP TYPE AgentLanguageRelation;