6 lines
123 B
SQL
6 lines
123 B
SQL
-- This file should undo anything in `up.sql`
|
|
|
|
ALTER TABLE articles
|
|
DROP COLUMN author_person_id;
|
|
|
|
DROP TABLE persons;
|