migra/migra-cli/tests/data/sqlite/migrations/210218233414_create_persons/down.sql

7 lines
123 B
MySQL
Raw Normal View History

2021-05-17 10:06:33 +03:00
-- This file should undo anything in `up.sql`
ALTER TABLE articles
DROP COLUMN author_person_id;
DROP TABLE persons;