migra/migra_cli/tests/data/postgres/migrations/210218233414_create_persons/down.sql

7 lines
123 B
MySQL
Raw Permalink Normal View History

-- This file should undo anything in `up.sql`
ALTER TABLE articles
DROP COLUMN author_person_id;
DROP TABLE persons;