mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
22cb286f86
I hope it works correctly… Fixes #6
3 lines
135 B
SQL
3 lines
135 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE blogs ADD COLUMN private_key TEXT;
|
|
ALTER TABLE blogs ADD COLUMN public_key TEXT NOT NULL DEFAULT '';
|