Archived
1
0
This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
migra/migra-cli/tests/data/mysql/migrations/210218233414_create_persons/down.sql

7 lines
123 B
MySQL
Raw Normal View History

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