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

10 lines
255 B
MySQL
Raw Normal View History

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