4 lines
90 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE gamenight
DROP COLUMN owner_id;