linstrom/migrations/postgres/2023-12-29-193430_create_people/down.sql

2 lines
64 B
MySQL
Raw Normal View History

-- This file should undo anything in `up.sql`
2024-01-01 13:38:13 +00:00
DROP TABLE people;