mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-23 03:51:00 +00:00
22cb286f86
I hope it works correctly… Fixes #6
3 lines
131 B
SQL
3 lines
131 B
SQL
-- This file should undo anything in `up.sql`
|
|
ALTER TABLE blogs DROP COLUMN private_key;
|
|
ALTER TABLE blogs DROP COLUMN public_key;
|