4 lines
84 B
SQL
4 lines
84 B
SQL
-- This file should undo anything in `up.sql`
|
|
ALTER TABLE posts
|
|
DROP COLUMN room_id
|