Signing activities

I hope it works correctly…

Fixes #6
This commit is contained in:
Bat
2018-05-03 20:11:04 +01:00
parent 6b372861d6
commit 22cb286f86
11 changed files with 98 additions and 27 deletions
@@ -0,0 +1,3 @@
-- This file should undo anything in `up.sql`
ALTER TABLE blogs DROP COLUMN private_key;
ALTER TABLE blogs DROP COLUMN public_key;
@@ -0,0 +1,3 @@
-- Your SQL goes here
ALTER TABLE blogs ADD COLUMN private_key TEXT;
ALTER TABLE blogs ADD COLUMN public_key TEXT NOT NULL DEFAULT '';