Plume/migrations/postgres/2018-05-13-175144_users_add_shared_inbox/down.sql

3 lines
94 B
MySQL
Raw Normal View History

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