5 lines
109 B
SQL
5 lines
109 B
SQL
-- This file should undo anything in `up.sql`
|
|
ALTER TABLE posts
|
|
DROP COLUMN up_votes,
|
|
DROP COLUMN down_votes
|