mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-29 15:01:10 +00:00
4 lines
131 B
MySQL
4 lines
131 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
ALTER TABLE blogs DROP COLUMN private_key;
|
||
|
ALTER TABLE blogs DROP COLUMN public_key;
|