SamTV12345-PodFetch/migrations/postgres/2023-03-02-100903_create_po.../down.sql

3 lines
95 B
SQL

-- This file should undo anything in `up.sql`
DROP SCHEMA public CASCADE;
CREATE SCHEMA public;