juniper-graphql/migrations/2023-09-13-090548_create_ta.../down.sql

6 lines
150 B
MySQL
Raw Normal View History

2024-05-15 23:42:09 +02:00
-- This file should undo anything in `up.sql`
DROP TABLE attribute;
DROP TABLE attributor;
DROP TABLE bird_threat;
DROP TABLE bird;
DROP TABLE threat;