Files
avam/migrations/20241028221013_pivot_tables.down.sql

5 lines
116 B
SQL

-- Add down migration script here
DROP TABLE "owner_history";
DROP TABLE "pilot_aircraft";
DROP TABLE "flight_log";